commit | 112d948b7e8660d82a337db230e028859389269f | [log] [tgz] |
---|---|---|
author | Edward Hervey <bilboed@bilboed.com> | Mon May 12 16:53:32 2014 +0200 |
committer | Edward Hervey <bilboed@bilboed.com> | Mon May 12 16:53:32 2014 +0200 |
tree | 407644404a181c865f18a21a07ad5dd4c447c00d | |
parent | 6c4882996f9ad2c2110deb30b7946acd99649006 [diff] [blame] |
qtmux: Free node_header in error cases CID #1212134
diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index b339041..08aa05c 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c
@@ -1414,6 +1414,7 @@ { GST_ELEMENT_ERROR (qtmux, STREAM, MUX, (NULL), ("Failed to serialize mdat")); + g_free (node_header); return GST_FLOW_ERROR; } }