mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Remove an illegal mem_d
This commit is contained in:
parent
0fb089fbb7
commit
efecd160ca
1 changed files with 0 additions and 2 deletions
|
@ -392,8 +392,6 @@ static char **correct_known(correct_trie_t* table, char **array, size_t rows, si
|
|||
if (correct_find(table, end[jtr]) && !correct_exist(res, len, end[jtr])) {
|
||||
res = correct_known_resize(res, &nxt, len+1);
|
||||
res[len++] = end[jtr];
|
||||
} else {
|
||||
mem_d(end[jtr]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue