Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL with memory leaks
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01562066
Message ID:
01562360
Views:
63
>>Does anybody know if issuing CLEAR DLLS will clear the dll in such a way that any memory it leaked during execution is reclaimed before the app instance truly terminates?
>
>I can't say for certain, but I'd say no. Memory allocated in C code is going onto VFP's heap, and if the heap is leaking VFP has no idea what to clear out.


I did a test and found it does work.

Check the methodology of my other post if you like. Maybe I'm doing something wrong.


>As far as I know CLEAR DLLs only removes the name table that maps FoxPro's ability to call the DLL entry points in memory and unload the module (the DLL) code that it occupies. None of the allocated memory will be part of that since it runs inside of VFP's address space.
Previous
Reply
Map
View

Click here to load this message in the networking platform