Memory leak hunting
[idzebra-moved-to-github.git] / index / kinput.c
index 9a2d6c1..1c7d908 100644 (file)
@@ -783,13 +783,18 @@ void key_input (BFiles bfs, int nkeys, int cache)
     logf (LOG_LOG, "Updates. . . . .%7d", no_updates);
     logf (LOG_LOG, "Deletions. . . .%7d", no_deletions);
     logf (LOG_LOG, "Insertions . . .%7d", no_insertions);
+    
+    xmalloc_trav("unfreed"); /* while hunting leaks */     
 }
 
 
 
 /*
  * $Log: kinput.c,v $
- * Revision 1.37  1999-07-14 13:21:34  heikki
+ * Revision 1.38  1999-08-18 08:38:04  heikki
+ * Memory leak hunting
+ *
+ * Revision 1.37  1999/07/14 13:21:34  heikki
  * Added isam-d files. Compiles (almost) clean. Doesn't work at all
  *
  * Revision 1.36  1999/07/14 10:59:26  adam