mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 21:55:22 -04:00
portal: Free the ops from flatpak_transaction_get_operations
The returned list is transfer full so we use g_autolist for a deep cleanup.
This commit is contained in:
@@ -2485,7 +2485,8 @@ static gboolean
|
||||
transaction_ready (FlatpakTransaction *transaction,
|
||||
TransactionData *d)
|
||||
{
|
||||
GList *ops = flatpak_transaction_get_operations (transaction);
|
||||
g_autolist(FlatpakTransactionOperation) ops =
|
||||
flatpak_transaction_get_operations (transaction);
|
||||
int status;
|
||||
GList *l;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user