[svn:parrot] r44406 - branches/boehm_gc_2/lib/Parrot/Ops2c

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Feb 23 21:02:46 UTC 2010


Author: bacek
Date: Tue Feb 23 21:02:46 2010
New Revision: 44406
URL: https://trac.parrot.org/parrot/changeset/44406

Log:
Use mem_gc_free

Modified:
   branches/boehm_gc_2/lib/Parrot/Ops2c/Utils.pm

Modified: branches/boehm_gc_2/lib/Parrot/Ops2c/Utils.pm
==============================================================================
--- branches/boehm_gc_2/lib/Parrot/Ops2c/Utils.pm	Tue Feb 23 21:02:22 2010	(r44405)
+++ branches/boehm_gc_2/lib/Parrot/Ops2c/Utils.pm	Tue Feb 23 21:02:46 2010	(r44406)
@@ -968,7 +968,7 @@
                 p = next;
             }
         }
-        mem_sys_free(hop);
+        mem_gc_free(interp, hop);
         hop = NULL;
     }
 }


More information about the parrot-commits mailing list