]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
vmg_teardown() should also be called at the end of cloned threads
authorVincent Pit <vince@profvince.com>
Tue, 14 Apr 2015 17:12:44 +0000 (14:12 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 14 Apr 2015 17:12:44 +0000 (14:12 -0300)
commitde1bca58e695e4df40b7c597d8181cc6ca5d9bb9
tree22873b02b83230db91667454fe49fab1b427129f
parente81784934ecf6cc49325246dd3db8abd4f844a02
vmg_teardown() should also be called at the end of cloned threads

This is achieved by removing the "top interpreter" guard in vmg_teardown(),
which has been obsoleted by our new loaded refcount.
Magic.xs