Skip to content
Snippets Groups Projects
Commit 77b8ece9 authored by Michael Catanzaro's avatar Michael Catanzaro
Browse files

filters-manager: fix leak of sidecar task

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/958>


(cherry picked from commit 77a128cda3abfebf5b998dfbbd5e4bc584f1246c)
parent 9ce1476e
No related branches found
No related tags found
1 merge request!19Update to 40.2
......@@ -230,6 +230,7 @@ sidecar_bytes_loaded_cb (GFile *file,
} else {
g_task_return_error (task, error);
}
g_object_unref (task);
}
static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment