[svn:parrot] r42553 - trunk/src
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Tue Nov 17 13:33:27 UTC 2009
Author: whiteknight
Date: Tue Nov 17 13:33:25 2009
New Revision: 42553
URL: https://trac.parrot.org/parrot/changeset/42553
Log:
[embed] Remove old comment for RT #46155. This code isn't used and causes confusion. If we find actual memory leaks later we can create a new ticket
Modified:
trunk/src/embed.c
Modified: trunk/src/embed.c
==============================================================================
--- trunk/src/embed.c Tue Nov 17 13:28:47 2009 (r42552)
+++ trunk/src/embed.c Tue Nov 17 13:33:25 2009 (r42553)
@@ -572,9 +572,6 @@
/* the man page states that it's ok to close a mmaped file */
if (fd >= 0)
close(fd);
-#else
- /* RT #46155 Parrot_exec uses this
- mem_sys_free(program_code); */
#endif
return pf;
More information about the parrot-commits
mailing list