mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpqdmdepay: remove pointless check
Besides, the pointer was dereferenced earlier anyway. Coverity 1139853
This commit is contained in:
parent
a846e84349
commit
60ba2d7aee
1 changed files with 1 additions and 3 deletions
|
@ -185,10 +185,8 @@ flush_data (GstRtpQDM2Depay * depay)
|
|||
|
||||
gst_adapter_push (depay->adapter, buf);
|
||||
|
||||
if (pack->data) {
|
||||
pack->data = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue