This commit is contained in:
Bill Currie 2001-08-13 20:23:41 +00:00
parent da7e8568a4
commit 31a560cc3f
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}