lib/transaction_sortdeps.c: remove bogus assignment in pkgdep_release().
This commit is contained in:
parent
c753eae9f7
commit
1741019b90
@ -129,7 +129,6 @@ pkgdep_release(struct pkgdep *pd)
|
||||
{
|
||||
free(pd->name);
|
||||
free(pd);
|
||||
pd = NULL;
|
||||
}
|
||||
|
||||
static struct pkgdep *
|
||||
|
Loading…
Reference in New Issue
Block a user