diff --git a/libavformat/rtpdec_asf.c b/libavformat/rtpdec_asf.c index 019123e559..12913b4eb0 100644 --- a/libavformat/rtpdec_asf.c +++ b/libavformat/rtpdec_asf.c @@ -289,7 +289,6 @@ static void asfrtp_close_context(PayloadContext *asf) { ffio_free_dyn_buf(&asf->pktbuf); av_freep(&asf->buf); - av_free(asf); } #define RTP_ASF_HANDLER(n, s, t) \