flxdec: remove unnecessary NULL check before g_free()
This commit is contained in:
parent
557ae0fabd
commit
3374c00d43
@ -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…
x
Reference in New Issue
Block a user