rtpqdmdepay: remove pointless check

Besides, the pointer was dereferenced earlier anyway.

Coverity 1139853
This commit is contained in:
Vincent Penquerc'h 2014-05-02 14:09:02 +01:00
parent a846e84349
commit 60ba2d7aee

View file

@ -185,11 +185,9 @@ flush_data (GstRtpQDM2Depay * depay)
gst_adapter_push (depay->adapter, buf);
if (pack->data) {
pack->data = NULL;
}
}
}
static void
add_packet (GstRtpQDM2Depay * depay, guint32 pid, guint32 len, guint8 * data)