lib/package_config_files.c: fixed a memleak.
This commit is contained in:
parent
71a602fd27
commit
c04d54f020
@ -240,6 +240,8 @@ out:
|
||||
free(sha256_cur);
|
||||
|
||||
xbps_object_iterator_release(iter);
|
||||
if (xbps_object_type(forigd) == XBPS_TYPE_DICTIONARY)
|
||||
xbps_object_release(forigd);
|
||||
|
||||
xbps_dbg_printf(xhp, "%s: conf_file %s returned %d\n",
|
||||
pkgver, entry_pname, rv);
|
||||
|
Loading…
Reference in New Issue
Block a user