mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +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++) {
|
for (j = 0; j < 1024; j++) {
|
||||||
sr = &pr->dynamic_strings[i][j];
|
sr = &pr->dynamic_strings[i][j];
|
||||||
if (sr->string && !sr->count) {
|
if (sr->string && !sr->count) {
|
||||||
sr =
|
|
||||||
Hash_Del (pr->strref_hash, sr->string);
|
Hash_Del (pr->strref_hash, sr->string);
|
||||||
strref_free (sr, pr);
|
strref_free (sr, pr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue