lib/transaction_sortdeps.c: remove bogus assignment in pkgdep_release().

This commit is contained in:
Juan RP 2013-04-04 09:57:59 +02:00
parent c753eae9f7
commit 1741019b90

View File

@ -129,7 +129,6 @@ pkgdep_release(struct pkgdep *pd)
{
free(pd->name);
free(pd);
pd = NULL;
}
static struct pkgdep *