mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
d'oh
This commit is contained in:
parent
da7e8568a4
commit
31a560cc3f
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ PR_GarbageCollect (progs_t *pr)
|
|||
for (j = 0; j < 1024; j++) {
|
||||
sr = &pr->dynamic_strings[i][j];
|
||||
if (sr->string && !sr->count) {
|
||||
sr =
|
||||
Hash_Del (pr->strref_hash, sr->string);
|
||||
strref_free (sr, pr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue