Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1026:13df2f3e0e20
Date: 2014-03-16 07:49 +0100
http://bitbucket.org/pypy/stmgc/changeset/13df2f3e0e20/
Log: Oups (for tests only)
diff --git a/c7/stm/sync.c b/c7/stm/sync.c
--- a/c7/stm/sync.c
+++ b/c7/stm/sync.c
@@ -60,7 +60,7 @@
stm_fatalerror("cond destroy: %m\n");
}
- memset(&sync_ctl, 0, sizeof(sync_ctl.in_use));
+ memset(&sync_ctl, 0, sizeof(sync_ctl));
}
#ifndef NDEBUG
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit