Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible WISH LIST item?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00149579
Message ID:
00149616
Views:
18
It's my understanding that, inside any object's method code, RELEASE THIS releases the object unconditionally. Hence, all my base classes have a Release method does does nothing but RELEASE THIS.

I'm sure you're aware of the reason for the behavior you describe. Memory management can be difficult in OOP, because of all the little objects floating around. In general, though, you don't have to concern yourself with memory leaks in VFP the way you'd have to in C++, e.g.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform