diff --git a/lib/findpkg.c b/lib/findpkg.c index f6c04a55dda..fef1ac9fa16 100644 --- a/lib/findpkg.c +++ b/lib/findpkg.c @@ -234,7 +234,7 @@ xbps_find_new_packages(void) return rv; } } - prop_object_iterator_reset(iter); + prop_object_iterator_release(iter); return rv; }