duh -- don't free alloca() buffers

CVS patchset: 2985
CVS date: 1999/04/12 20:33:50
This commit is contained in:
msw 1999-04-12 20:33:50 +00:00
parent d590fe33e1
commit f5028ecd36
1 changed files with 0 additions and 1 deletions

View File

@ -958,7 +958,6 @@ int rpmdepOrder(rpmTransactionSet rpmdep) {
if (addOrderedPack(rpmdep, rpmdep->addedPackages.list + i,
ordering, &orderingCount, selected, 1, 0,
errorStack)) {
free(ordering);
return 1;
}
}