Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpriv/origin: Free treefile when dropping RpmOstreeOrigin
The mix of C++ and C memory management is super confusing. I'm pretty sure we've been leaking the treefile here, because `free` doesn't know anything about the embedded `std::optional`.
- Loading branch information