I've been using the GetOpenFileName function from comdlg32.dll and I've noticed that the size of my app in memory jump about 2 MB after making the call.
This memory never seems to be released. Is there any reason why my app doesn't release the memory?
I've noticed the same things when using the common dialog control instead of the API function. But, it somehow made more sense to me then because I assumed that the control wasn't releasing the memory
Any ideas?
