libxbps: fix a memleak when removing obsolete files in pkg upgrades.

This commit is contained in:
Juan RP 2010-12-25 02:37:25 +01:00
parent 057deb180c
commit 71878669da

View File

@ -135,6 +135,7 @@ again:
}
printf("Removed obsolete obj: %s\n",
prop_string_cstring_nocopy(oldstr));
free(file);
}
if (!dolinks) {
/*