X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=d4518c34f233eb4b5f79c51eba0dc7877a02adb5;hb=7c82553e8fbccbb18a70c6f5e39db75069bfc9d3;hp=1c7d9083a76ff241d4bd6bbe608d88fcdf8d9977;hpb=93fc01961d210c8ada1d3147763da8f7293dcbfb;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index 1c7d908..d4518c3 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -4,6 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss, Heikki Levanto * * (log at the end) + * + * Bugs + * - Allocates a lot of memory for the merge process, but never releases it. + * Doesn't matter, as the program terminates soon after. */ @@ -791,7 +795,10 @@ void key_input (BFiles bfs, int nkeys, int cache) /* * $Log: kinput.c,v $ - * Revision 1.38 1999-08-18 08:38:04 heikki + * 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 * Memory leak hunting * * Revision 1.37 1999/07/14 13:21:34 heikki