From: Vincent Pit Date: Tue, 14 Apr 2015 17:12:44 +0000 (-0300) Subject: vmg_teardown() should also be called at the end of cloned threads X-Git-Tag: v0.57~3 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=de1bca58e695e4df40b7c597d8181cc6ca5d9bb9;hp=de1bca58e695e4df40b7c597d8181cc6ca5d9bb9;p=perl%2Fmodules%2FVariable-Magic.git 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. ---