Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
{ if(THIS->foo) free_object(THIS->foo);
You can use
do_free_object(THIS->foo);
instead.
Which helps in what way? Since, as far as I understand it, Pike already frees it somewhere, or is that a flawed assumption? Could it be that Pike does not free it until program termination?