/*
- * $Id: store.cc,v 1.442 1998/08/17 17:17:45 wessels Exp $
+ * $Id: store.cc,v 1.443 1998/08/17 21:10:47 wessels Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
const Ctx ctx = ctx_enter(mem->url);
debug(20, 3) ("destroy_MemObject: destroying %p\n", mem);
e->mem_obj = NULL;
- assert(mem->swapout.fd == -1);
+ if (!shutting_down)
+ assert(mem->swapout.fd == -1);
stmemFree(&mem->data_hdr);
mem->inmem_hi = 0;
/* XXX account log_url */