Author: Armin Rigo <ar...@tunes.org>
Branch: stm-gc
Changeset: r54778:c25ae0621f3d
Date: 2012-04-27 14:50 +0200
http://bitbucket.org/pypy/pypy/changeset/c25ae0621f3d/

Log:    Bah.

diff --git a/pypy/translator/stm/src_stm/rpyintf.c 
b/pypy/translator/stm/src_stm/rpyintf.c
--- a/pypy/translator/stm/src_stm/rpyintf.c
+++ b/pypy/translator/stm/src_stm/rpyintf.c
@@ -150,4 +150,5 @@
                   i, num_threads, ret, retval);
         }
     }
+  free(th);
 }
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to