[Bug 788759] qtdemux: fix 'stsd' table leak and nested caps leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 19 13:07:38 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=788759

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #361713|none                        |needs-work
             status|                            |

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 361713:
 --> (https://bugzilla.gnome.org/review?bug=788759&attachment=361713)

Don't change the permissions of files.

::: gst/isomp4/qtdemux.c
@@ +2543,3 @@
     }
   }
+  g_free (stream->stsd_entries);

This will crash when called another time, might want to set it to 0 and the
number of entries too.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list