mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-15 12:28:06 +01:00
Fixed unaffect and 2 memory leaks --Rumble
This commit is contained in:
parent
b55af08002
commit
4b44a1a097
8 changed files with 36 additions and 8 deletions
1
src/db.c
1
src/db.c
|
|
@ -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--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue