From: Vincent Pit Date: Fri, 28 Aug 2009 17:18:24 +0000 (+0200) Subject: Reset the callbacks when the root interpreter is destroyed X-Git-Tag: v0.19~3 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=d237f88f7fb8be8d6836157872d5bf2b9ba02beb;hp=d237f88f7fb8be8d6836157872d5bf2b9ba02beb;p=perl%2Fmodules%2Findirect.git Reset the callbacks when the root interpreter is destroyed This fix segfaults when the pragma is first loaded from inside a thread. The global state for the root interpreter is also freed, so it won't leak anymore. ---