Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL with memory leaks
Message
From
10/01/2013 20:38:33
 
 
To
10/01/2013 19:30:21
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01562066
Message ID:
01562086
Views:
61
>You said in another thread that you've done C++ development. If so, you should know the answer is nope, you can't do that. When you get memory leaks, memory gets in a corrupt state. There is no way to say what issues it caused. What if it writes into the memory used by another application? How does it reset that?


My use of the term "memory leak" refers only to malloc()'d, not free()'d, memory allocation. Objects that were created, never destroyed, just hanging around until the process terminates.
Previous
Reply
Map
View

Click here to load this message in the networking platform