- Sigh, looks like storeLateRelease never worked like it was supposed
to because we never set RELEASE_REQUEST for those entries.
/*
- * $Id: store.cc,v 1.512 2000/01/14 17:34:49 wessels Exp $
+ * $Id: store.cc,v 1.513 2000/02/01 05:17:58 wessels Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
* we'll just call storeUnlockObject() on these.
*/
e->lock_count++;
+ EBIT_SET(e->flags, RELEASE_REQUEST);
stackPush(&LateReleaseStack, e);
return;
}