in reply to Re: Re: explicitly calling destructor
in thread explicitly calling destructor
You can preemptively decrement the refcount to the variable but that just means that the dangling reference will now have a pointer into memory that doesn't belong to it anymore. I guess you could have an EvilHack package which just throws errors when any method in it is called. Maybe you'd find out where its being referenced from that way.
For some creative package names consider Blessing into bitstrings. ;-)</code>
|
|---|