in reply to Re: Embedded Perl - Memory leak
in thread Embedded Perl - Memory leak
tosv_free(av_delete(array, len, FALSE));
otherwise, I get the error 'Attempt to free unreferenced scalar' on FREETMPS call. What this implies is that av_push does not increment the reference count of 'value'. Correct me if I am wrong.av_delete(array, len, FALSE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Embedded Perl - Memory leak
by IlyaM (Parson) on Oct 16, 2003 at 11:58 UTC |