Files
flatpak/app
Sebastian Wick 0450c16fdb cli-transaction: Do not double free transaction ops
The transaction ops are a g_autolist(FlatpakTransactionOperation) which
means the list gets freed automatically. Calling g_list_free_full
without clearing the variable to NULL results in a double-free.

Closes: https://github.com/flatpak/flatpak/issues/5763
Fixes: 6e3cc82a ("Fix memory leaks")
Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
2024-04-04 14:49:34 -03:00
..
2024-02-13 08:20:57 -06:00
2024-02-13 08:20:57 -06:00
2019-02-25 18:12:30 +00:00
2021-03-10 10:33:51 +01:00