Skip to content

libalpm: free trans before databases

Morgan Adamiec requested to merge morganamilo/free-trans into master

When releasing the handle, alpm tries to do some self clean up by freeing the databases and transaction.

However, databases refuse to unregister is there is an in progress transaction. Causing them to leak if the handle is released while a transaction is active.

Merge request reports