rtpqdmdepay: remove pointless check
Besides, the pointer was dereferenced earlier anyway. Coverity 1139853
This commit is contained in:
parent
a846e84349
commit
60ba2d7aee
@ -185,9 +185,7 @@ flush_data (GstRtpQDM2Depay * depay)
|
||||
|
||||
gst_adapter_push (depay->adapter, buf);
|
||||
|
||||
if (pack->data) {
|
||||
pack->data = NULL;
|
||||
}
|
||||
pack->data = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user