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


In src/embec.c:Parrot_readbc() there is the todo item (with context):

#ifdef PARROT_HAS_HEADER_SYSMMAN

if (fd >= 0) {
    close(fd);   /* the man page states, it's ok to close a mmaped file */
}
#else
/* XXX Parrot_exec uses this
 mem_sys_free(program_code); */
#endif

Should mem_sys_free() be called here?

Reply via email to