mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
vtdec: fix refcount error in error handling
https://bugzilla.gnome.org/show_bug.cgi?id=751641
This commit is contained in:
parent
153bb7b273
commit
cc3d79f7cc
1 changed files with 0 additions and 3 deletions
|
@ -606,9 +606,6 @@ sample_error:
|
|||
GST_ELEMENT_ERROR (vtdec, RESOURCE, FAILED, (NULL),
|
||||
("CMSampleBufferCreate returned %d", (int) status));
|
||||
|
||||
if (bbuf)
|
||||
CFRelease (bbuf);
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue