fixed minor leak

CVS patchset: 929
CVS date: 1996/07/26 19:24:02
This commit is contained in:
ewt 1996-07-26 19:24:02 +00:00
parent 3a6dab5bb4
commit 5b70645c52
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static void alFree(struct availableList * al) {
free(al->list[i].provides);
}
if (al->size) free(al->list);
if (al->alloced) free(al->list);
alFreeIndex(al);
}