mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 02:50:26 -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:
parent
3da21234fd
commit
8f85caa56e
1 changed files with 0 additions and 1 deletions
|
|
@ -252,7 +252,6 @@ Res CBSInit(Arena arena, CBS cbs, void *owner, Align alignment,
|
||||||
cbs->ownPool = TRUE;
|
cbs->ownPool = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
cbs->blockPool = blockPool;
|
|
||||||
cbs->splayTreeSize = 0;
|
cbs->splayTreeSize = 0;
|
||||||
|
|
||||||
cbs->fastFind = fastFind;
|
cbs->fastFind = fastFind;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue