fixed minor leak
CVS patchset: 929 CVS date: 1996/07/26 19:24:02
This commit is contained in:
parent
3a6dab5bb4
commit
5b70645c52
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue