diff --git a/src/shared/rtsp.c b/src/shared/rtsp.c index 9ecf5a5..1df569d 100644 --- a/src/shared/rtsp.c +++ b/src/shared/rtsp.c @@ -2169,7 +2169,6 @@ static int parser_submit_data(struct rtsp *bus, uint8_t *p) p, dec->data_size); if (r < 0) { - free(p); return r; }