Partial fix of bug #2338: Drop database does not free up space.
[idzebra-moved-to-github.git] / index / invstat.c
index 192c588..52dcd01 100644 (file)
@@ -291,7 +291,7 @@ int zebra_register_statistics (ZebraHandle zh, int dumpdict)
     }
     fprintf (stdout, "%7d-        %7d\n",
              prev, stat_info.isam_occurrences[i]);
-    rec_prstat(zh->reg->records);
+    rec_prstat(zh->reg->records, 0);
     xmalloc_trav("unfreed"); /*! while hunting memory leaks */    
     zebra_end_read (zh);
     return 0;