xbps_repository_get_pkg_plist_dict: avoid uninitialized var.
This commit is contained in:
parent
2206b27037
commit
57af8f9ee0
@ -258,7 +258,7 @@ repo_find_pkg_plistd_cb(struct repository_pool_index *rpi, void *arg, bool *done
|
|||||||
prop_dictionary_t
|
prop_dictionary_t
|
||||||
xbps_repository_get_pkg_plist_dict(const char *pkgname, const char *plistf)
|
xbps_repository_get_pkg_plist_dict(const char *pkgname, const char *plistf)
|
||||||
{
|
{
|
||||||
prop_dictionary_t plistd;
|
prop_dictionary_t plistd = NULL;
|
||||||
struct rpool_index_data *rid;
|
struct rpool_index_data *rid;
|
||||||
int rv = 0;
|
int rv = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user