From 8f85caa56e24b302e2505f8cdada8462e48a0a7c Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Tue, 25 Feb 2014 19:19:37 +0000 Subject: [PATCH] Fixing bug where cbs overwrites its own blockpool pointer with garbage. Copied from Perforce Change: 184532 ServerID: perforce.ravenbrook.com --- mps/code/cbs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mps/code/cbs.c b/mps/code/cbs.c index 91760b87702..4a6169895d1 100644 --- a/mps/code/cbs.c +++ b/mps/code/cbs.c @@ -252,7 +252,6 @@ Res CBSInit(Arena arena, CBS cbs, void *owner, Align alignment, cbs->ownPool = TRUE; } - cbs->blockPool = blockPool; cbs->splayTreeSize = 0; cbs->fastFind = fastFind;