1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-14 18:10:32 -08:00

Fixing bug where cbs overwrites its own blockpool pointer with garbage.

Copied from Perforce
 Change: 184532
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2014-02-25 19:19:37 +00:00
parent 3da21234fd
commit 8f85caa56e

View file

@ -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;