Skip to content
Snippets Groups Projects

Fix several memory leaks

Merged Simon McVittie requested to merge wip/smcv/memleaks into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3583,7 +3583,7 @@ json_parsing (Fixture *f,
gsize k;
GList *icds;
GList *iter;
GList *desktop_entries;
g_autoptr(SrtObjectList) desktop_entries = NULL;
gchar *steam_path = NULL;
gchar *steam_data_path = NULL;
gchar *runtime_path = NULL;
Loading