Fixed unaffect and 2 memory leaks --Rumble

This commit is contained in:
Rumble 2010-06-20 04:43:32 +00:00
parent b55af08002
commit 4b44a1a097
8 changed files with 36 additions and 8 deletions

View file

@ -1036,7 +1036,6 @@ void index_boot(int mode)
/* Sort the help index. */
if (mode == DB_BOOT_HLP) {
qsort(help_table, top_of_helpt, sizeof(struct help_index_element), hsort);
top_of_helpt--;
}
}