Can't free memory allocated in a C DLL?
Kagamin
spam at here.lot
Fri Aug 5 10:28:52 PDT 2011
Johannes Pfau Wrote:
> This is a reduced problem encountered with DTagLib on windows:
> TagLib allocates memory using malloc in a DLL compiled with MSVC (or
> mingw). When I try to free this memory in D the free() call just freezes
> infinitely. Here's the reduced test case:
> http://dl.dropbox.com/u/24218791/d/BUG.zip
You can also try to free it from the default process heap.
More information about the Digitalmars-d
mailing list