in reply to Re^8: semi-panic: attempt to dup freed string?
in thread semi-panic: attempt to dup freed string?
By receiver, I meant the Perl interpreter calling get.
The code (o->sv = newSV(0);) is in new since new is called in the same Perl interpreter as get.
My DESTROY doesn't do anything useful, but it needs to free the memory new allocated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: semi-panic: attempt to dup freed string?
by BrowserUk (Patriarch) on Mar 26, 2011 at 00:07 UTC | |
by ikegami (Patriarch) on Mar 26, 2011 at 02:54 UTC | |
by BrowserUk (Patriarch) on Mar 26, 2011 at 06:41 UTC |