# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46687]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46687 >


In src/pmc/eval.pmc:thaw() there is the todo item (with some context):

        /*
        * XXX this isn't ok - it seems that the packfile
        *     gets attached to interp->code and is
        *     destroyed again during interpreter destruction
        */
        /* PackFile_destroy(INTERP, pf); */

This issue needs correcting such that the PackFile object is cleanly
destroyed.

Reply via email to