mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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,9 +185,7 @@ flush_data (GstRtpQDM2Depay * depay)
|
||||||
|
|
||||||
gst_adapter_push (depay->adapter, buf);
|
gst_adapter_push (depay->adapter, buf);
|
||||||
|
|
||||||
if (pack->data) {
|
pack->data = NULL;
|
||||||
pack->data = NULL;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue