gstharness: Remove double free

This commit is contained in:
Edward Hervey 2018-01-02 10:02:45 +01:00 committed by Edward Hervey
parent e32d89d6c9
commit 9d335a80d0

View file

@ -1839,7 +1839,6 @@ gst_harness_dump_to_file (GstHarness * h, const gchar * filename)
g_clear_error (&err);
}
g_free (data);
g_free (data);
}
/**