Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/repo-finder-avahi: Fix a leak in a GVariantIter loop
Use g_variant_iter_loop() rather than next(), since it automatically handles freeing the child memory each iteration. Previously, we leaked it for all but the last iteration. Signed-off-by: Philip Withnall <[email protected]> Closes: #1293 Approved by: cgwalters
- Loading branch information