xbps_prepare_regpkgdb_dict: fix a memleak.
--HG-- extra : convert_revision : be040d6ac96f45aed82f5aae538cae6965e288f8
This commit is contained in:
parent
7b22faf19d
commit
67be65f444
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ xbps_prepare_regpkgdb_dict(void)
|
||||||
regpkgdb_initialized = true;
|
regpkgdb_initialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return prop_dictionary_copy(regpkgdb_dict);
|
return regpkgdb_dict;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue