cli: free package resolution queue unconditionally

master
Ariadne Conill 2021-08-17 14:47:10 -06:00
parent ce82e36c14
commit f411e7e55b
1 changed files with 1 additions and 2 deletions

View File

@ -1451,13 +1451,12 @@ main(int argc, char *argv[])
} }
} }
pkgconf_queue_free(&pkgq);
out_println: out_println:
if (want_flags & (PKG_CFLAGS|PKG_LIBS)) if (want_flags & (PKG_CFLAGS|PKG_LIBS))
printf("\n"); printf("\n");
out: out:
pkgconf_queue_free(&pkgq);
pkgconf_cross_personality_deinit(personality); pkgconf_cross_personality_deinit(personality);
pkgconf_client_deinit(&pkg_client); pkgconf_client_deinit(&pkg_client);