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,9 +185,7 @@ flush_data (GstRtpQDM2Depay * depay)
gst_adapter_push (depay->adapter, buf);
if (pack->data) {
pack->data = NULL;
}
pack->data = NULL;
}
}