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

graphics: Don't leak copied strings

parent b1eaeee7
No related branches found
No related tags found
1 merge request!40Fix memory leaks
...@@ -427,6 +427,9 @@ out: ...@@ -427,6 +427,9 @@ out:
g_ptr_array_unref (argv); g_ptr_array_unref (argv);
g_free (output); g_free (output);
g_clear_error (&error); g_clear_error (&error);
g_free (platformstring);
g_free (filtered_preload);
g_strfreev (my_environ);
return issues; return issues;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment