Skip to content
Snippets Groups Projects
Commit 814c288e authored by Simon McVittie's avatar Simon McVittie
Browse files

lib: Don't leak the GAppInfo that is the default for steam: URIs

parent 8ec39b35
No related branches found
No related tags found
1 merge request!580Fix several memory leaks
This commit is part of merge request !580. Comments created here will be created in the context of that merge request.
......@@ -729,5 +729,6 @@ _srt_steam_check (const GStrv my_environ,
g_free (dot_steam_root);
g_free (default_steam_path);
g_strfreev (env);
g_clear_object (&default_app);
return issues;
}
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