Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61424:b6c4786a4f7c
Date: 2013-02-18 20:18 +0200
http://bitbucket.org/pypy/pypy/changeset/b6c4786a4f7c/

Log:    fix test

diff --git a/rpython/jit/backend/llsupport/test/test_gc.py 
b/rpython/jit/backend/llsupport/test/test_gc.py
--- a/rpython/jit/backend/llsupport/test/test_gc.py
+++ b/rpython/jit/backend/llsupport/test/test_gc.py
@@ -328,3 +328,6 @@
         all_addrs.append(next)
         next = jitframe.jitframe_trace(frame_adr, next)
     # assert did not hang
+
+    lltype.free(frame_info, flavor='raw')
+    lltype.free(frame.jf_gcmap, flavor='raw')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to