libxbps: fixed multiple free(3) calls via closedir(3) in virtualpkg init in error paths.

This commit is contained in:
Juan RP
2011-10-26 16:16:09 +02:00
parent 807045d1d5
commit 94591775d5
2 changed files with 3 additions and 3 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.11.0 (???):
* libxbps: fixed multiple free(3)s (multiple closedir(3) calls)
when some virtualpkg plist file couldn't be internalized.
* xbps-bin(8): 'remove' with recursive flag (-R) now removes first
the specified packages and puts its automatic dependencies at the
tail of the array.