Add Zthes tag-set -- where was it?!
[yaz-moved-to-github.git] / util / log.c
index e208fbf..5520419 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1995-2002, Index Data
  * See the file LICENSE for details.
  *
- * $Id: log.c,v 1.29 2002-09-25 12:37:07 adam Exp $
+ * $Id: log.c,v 1.31 2002-11-26 16:56:39 adam Exp $
  */
 
 #if HAVE_CONFIG_H
@@ -20,6 +20,7 @@
 #include <stdarg.h>
 #include <errno.h>
 #include <time.h>
+#include <yaz/nmem.h>
 #include <yaz/log.h>
 
 #define HAS_STRERROR 1
@@ -180,6 +181,7 @@ void yaz_log(int level, const char *fmt, ...)
         sprintf(buf + strlen(buf), " [%s]", strerror(yaz_errno()));
 #endif
     }
+    va_end (ap);
     if (start_hook_func)
         (*start_hook_func)(o_level, buf, start_hook_info);
     ti = time(0);