mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
gstharness: Remove double free
This commit is contained in:
parent
e32d89d6c9
commit
9d335a80d0
1 changed files with 0 additions and 1 deletions
|
@ -1839,7 +1839,6 @@ gst_harness_dump_to_file (GstHarness * h, const gchar * filename)
|
|||
g_clear_error (&err);
|
||||
}
|
||||
g_free (data);
|
||||
g_free (data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue