Version 1.2.3.
[hivex.git] / lib / hivex.c
index 13d7556..8a774de 100644 (file)
@@ -543,6 +543,9 @@ hivex_close (hive_h *h)
   free (h->filename);
   free (h);
 
+  if (h->msglvl >= 1)
+    fprintf (stderr, "hivex_close\n");
+
   return r;
 }