xbps_remove_pkg: fix a memleak, thanks valgrind.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20100113171003-aiome0xxe5l1f96a
This commit is contained in:
@ -214,6 +214,8 @@ xbps_remove_pkg(const char *pkgname, const char *version, bool update)
|
|||||||
prop_object_release(dict);
|
prop_object_release(dict);
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
prop_object_release(dict);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Run the post remove action if REMOVE file is there
|
* Run the post remove action if REMOVE file is there
|
||||||
* and we aren't updating a package.
|
* and we aren't updating a package.
|
||||||
|
Reference in New Issue
Block a user