]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commit - Types.xs
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)
commitfbe95a2d759869fa1c790eb26d9dab02a27c8651
tree7315d5f299c98394dc5c7ec36be08a1ede1ecf00
parent1a89808e0eb3e27e0d2b61d0bfa84fa8ab94b9cb
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.
MANIFEST
Types.xs
t/40-stress.t [new file with mode: 0644]