-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
There should be some base class for class types who will have MemberDelegate instances associated with them to derive from that provides a quick interface to create MemberDelegate instances and quietly keeps track of MemberDelegate instances in the background, allowing for automatic cleanup when the parent 'this' object is deleted.
This will reduce memory usage and hopefully eliminate the potential for illegal memory access caused by invoking a MemberDelegate whose this pointer is no longer valid.