Am 13.06.2008 um 18:39 schrieb Pablo Vanwoerkom:
Thank you Bryan and Thomas for your quick response. That extra line in flsupport.cpp fixed it! It's weird though why it would work on the normal binary but not on the debug version.
The reason is that with the debug version, there's an assertion whether the pointer is non-null which gets trapped by the debugger. In the release version there's no such check which means that the memory deallocation silently does bad things, causing crashes after a while almost certainly.
Should I post this bug/solution on the flext mailing list?
Please go ahead! thanks.
gr~~~