#1292: Correct destruction of PackFile objects
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:     
     Type:  bug     |      Status:  new
 Priority:  normal  |   Milestone:     
Component:  none    |     Version:     
 Severity:  medium  |    Keywords:     
     Lang:          |       Patch:     
 Platform:          |  
--------------------+-------------------------------------------------------
 Originally opened as 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.
 }}}

 jonathan:
 {{{
 This problem will go away once packfiles are garbage collectable, as
 specified in the bytecode PDD
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1292>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to