1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00

Change.dylan.170557.cottonwood

Copied from Perforce
 Change: 19027
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gavin Matthews 1997-11-21 18:03:35 +00:00
parent 77a80a0b4b
commit e1c6fdbd7b

View file

@ -1,6 +1,6 @@
/* impl.c.pool: POOL IMPLEMENTATION
*
* $HopeName: MMsrc!pool.c(trunk.38) $
* $HopeName: MMsrc!pool.c(trunk.39) $
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
*
* This is the implementation of the generic pool interface. The
@ -12,7 +12,7 @@
#include "mpm.h"
SRCID(pool, "$HopeName: MMsrc!pool.c(trunk.38) $");
SRCID(pool, "$HopeName: MMsrc!pool.c(trunk.39) $");
Bool PoolClassCheck(PoolClass class)
@ -121,7 +121,6 @@ failInit:
RingFinish(&pool->actionRing);
RingFinish(&pool->segRing);
RingFinish(&pool->bufferRing);
RingRemove(&pool->arenaRing);
RingFinish(&pool->arenaRing);
return res;
}