[pypy-commit] pypy stm-gc: Bah.

arigo noreply at buildbot.pypy.org
Fri Apr 27 17:45:39 CEST 2012


Author: Armin Rigo <arigo at 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);
 }


More information about the pypy-commit mailing list