Skip to content
Snippets Groups Projects

Fix several memory leaks

Merged Simon McVittie requested to merge wip/smcv/memleaks into main
2 files
+ 9
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -1968,7 +1968,9 @@ _srt_graphics_get_from_report (JsonObject *json_obj,
if (json_object_has_member (json_obj, "graphics-details"))
{
GList *graphics_members;
/* The list itself is owned, the contents are not */
g_autoptr(GList) graphics_members = NULL;
json_graphics_obj = json_object_get_object_member (json_obj, "graphics-details");
if (json_graphics_obj == NULL)
Loading