X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fnmem.c;h=3dd212aec1e89aa7e5f17d7eb05d66eecec50127;hb=4e06ed87f410f2304808ccd922856671785a9d7c;hp=61fe86237984064174ec078fc8b48cdc8a2ca0c1;hpb=b440dce0831a72bebe4f4821ab7771cc05e8facb;p=yaz-moved-to-github.git diff --git a/util/nmem.c b/util/nmem.c index 61fe862..3dd212a 100644 --- a/util/nmem.c +++ b/util/nmem.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: nmem.c,v $ - * Revision 1.18 1999-08-27 09:40:32 adam + * Revision 1.20 2000-01-06 14:59:13 adam + * Added oid_init/oid_exit. Changed oid_exit. + * + * Revision 1.19 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.18 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.17 1999/07/13 13:28:25 adam @@ -74,9 +80,9 @@ #include #include -#include -#include -#include +#include +#include +#include #ifdef WIN32 #include #elif _REENTRANT @@ -382,6 +388,7 @@ void nmem_exit (void) cfreelist = cfreelist->next; xfree (cfl); } + nmem_init_flag = 0; #ifdef WIN32 DeleteCriticalSection(&critical_section); #endif