mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
clear out the string hash resources completely
This commit is contained in:
parent
8588d2d1cd
commit
47a94ed6af
1 changed files with 3 additions and 0 deletions
|
@ -414,6 +414,9 @@ bi_strh_clear (progs_t *pr, void *data)
|
||||||
res->hashes[i] = 0;
|
res->hashes[i] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
free (res->hashes);
|
||||||
|
res->hashes = 0;
|
||||||
|
res->cnt_hashes = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue