]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Stop leaking the op specific info
authorVincent Pit <vince@profvince.com>
Sat, 4 Jul 2009 10:39:19 +0000 (12:39 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 4 Jul 2009 10:39:19 +0000 (12:39 +0200)
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.


No differences found