Skip to content
Snippets Groups Projects
Commit baeadc5b authored by Michael Catanzaro's avatar Michael Catanzaro Committed by Marge Bot
Browse files

search-engine-manager: fix leak of GVariantDict

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1193>
parent b3e35dce
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ load_search_engines_from_settings (EphySearchEngineManager *manager)
url = "";
if (!g_variant_dict_lookup (&dict, "bang", "&s", &bang))
bang = "";
g_variant_dict_clear (&dict);
search_engine = g_object_new (EPHY_TYPE_SEARCH_ENGINE,
"name", name,
......
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