X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;fp=index%2Finvstat.c;h=52dcd01b6eaa7153f5e679249a6bc9e3c575baef;hb=a5ea5985a282ff55b4f86b47045be40300a746a8;hp=192c5880f24bc9cd8c715738c76d93f6efa6dded;hpb=bf304399db842992bf8a3700d7da42100eecf15a;p=idzebra-moved-to-github.git diff --git a/index/invstat.c b/index/invstat.c index 192c588..52dcd01 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -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;