pkgconf_pkg_free() leaks for packages with PKGCONF_PKG_PROPF_STATIC flag set #132
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
If pkg->flags has PKGCONF_PKG_PROPF_STATIC bit set the function bails out at the very beginning leaving some heap-allocated structures not freed. For example after pkgconf_pkg_free(client, &world) call in pkgconf_queue_apply() function the world.requires list stays allocated.