mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
flxdec: remove unnecessary NULL check before g_free()
This commit is contained in:
parent
557ae0fabd
commit
3374c00d43
1 changed files with 1 additions and 2 deletions
|
@ -596,8 +596,7 @@ gst_flxdec_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
|
|||
break;
|
||||
}
|
||||
|
||||
if (chunk)
|
||||
g_free (chunk);
|
||||
g_free (chunk);
|
||||
|
||||
avail = gst_adapter_available (flxdec->adapter);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue