]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Don't rely on being able to access the old context in su_uplevel_restore()
authorVincent Pit <vince@profvince.com>
Tue, 13 Sep 2011 21:10:36 +0000 (23:10 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 13 Sep 2011 21:26:11 +0000 (23:26 +0200)
It will be overwritten if the callback gotos into another subroutine.
This also fixes "Attempt to free unreferenced scalar" warning when the
debugger is enabled.


No differences found