1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07: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 67b596b72b
commit 01ee2406aa

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;