X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=f0649d66e4075433e74b216cb9b8f2b58f505002;hb=92bb4bdb37873f21cabe7b045e1a593ab648ae55;hp=d4518c34f233eb4b5f79c51eba0dc7877a02adb5;hpb=6c2c89df968733e5c7dcae9ddc99b380672f3eb6;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index d4518c3..f0649d6 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -787,15 +787,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 */ + + /* xmalloc_trav("unfreed"); while hunting leaks */ } /* * $Log: kinput.c,v $ - * Revision 1.39 1999-08-18 10:39:20 heikki + * Revision 1.40 1999-09-08 12:12:39 adam + * Removed log message. + * + * Revision 1.39 1999/08/18 10:39:20 heikki * Added a comment on memory leaks * * Revision 1.38 1999/08/18 08:38:04 heikki