GNOME Bugzilla – Bug 727889
mxf: avoid dereferencing NULL pointer and leak fixes
Last modified: 2014-04-16 14:09:19 UTC
Created attachment 273885 [details] [review] NULL dereference and leak fix This still plays the two MXF samples I have, but it's not fully clear it's correct, so here it is in case anyone know what MXF is.
commit 172c39812726c06b3a922a2a6c2fedc8f333a187 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Wed Apr 9 12:27:16 2014 +0100 mxf: avoid dereferencing NULL mapping data pointer Also unref buffers on error, as it seems to be done in one, but not all, error paths. The NULL pointer part is Coverity 206112 https://bugzilla.gnome.org/show_bug.cgi?id=727889