xbps_alternatives_register: fix a memleak.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP 2019-06-11 18:29:17 +02:00 committed by Duncan Overbruck
parent bcd80f2936
commit cf4f0f4aa0

View File

@ -411,6 +411,7 @@ remove_obsoletes(struct xbps_handle *xhp, xbps_dictionary_t pkgd, xbps_dictionar
remove_symlinks(xhp, array, keyname);
}
}
xbps_object_release(allkeys);
}
int