# New Ticket Created by Paul Cochrane
# Please include the string: [perl #46659]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46659 >
In src/pmc/default.pmc:check_set_std_props() there is the todo item:
/* XXX
* a quick hack, to prevent freeing that string during DOD
* triggered in t/pmc/pmc_62.t when configured with --gc=libc
*/
Which is actually commented out, however seems to have formed the basis of
solving some garbage collection issue. Can this code be removed? Or
are there elements which are useful?