X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnmem.c;h=ce08d99ed937edf80c020477e075b260ec6d174c;hb=be821514c869d68186361b5aab6bbfd1aa60e087;hp=82ce6724e74cdfe3c6a19d3ce8f9c0c52567a6aa;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/nmem.c b/src/nmem.c index 82ce672..ce08d99 100644 --- a/src/nmem.c +++ b/src/nmem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: nmem.c,v 1.28 2007-01-03 08:42:15 adam Exp $ + * $Id: nmem.c,v 1.29 2007-04-12 13:52:57 adam Exp $ */ /** @@ -27,7 +27,6 @@ #include #include #include -#include #ifdef WIN32 #include @@ -499,7 +498,6 @@ void nmem_exit (void) { if (--nmem_init_flag == 0) { - oid_exit(); while (freelist) { struct nmem_block *fl = freelist;