From: Vincent Pit Date: Sat, 4 Jul 2009 10:39:19 +0000 (+0200) Subject: Stop leaking the op specific info X-Git-Tag: v0.08~6 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=sidebyside;h=fbe95a2d759869fa1c790eb26d9dab02a27c8651;hp=fbe95a2d759869fa1c790eb26d9dab02a27c8651;p=perl%2Fmodules%2FLexical-Types.git Stop leaking the op specific info This needs extra care under multiplicity perls. We can't actually use a SV because there's no way to free it in the context of the interpreter it was allocated from : it may very well not exist anymore at this point. ---