Commit 634ce8dd authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '1dc19729'

* commit '1dc19729':
  rtpdec_asf: Don't free the payload context in the .close function
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1c9f2ebd 1dc19729
...@@ -289,7 +289,6 @@ static void asfrtp_close_context(PayloadContext *asf) ...@@ -289,7 +289,6 @@ static void asfrtp_close_context(PayloadContext *asf)
{ {
ffio_free_dyn_buf(&asf->pktbuf); ffio_free_dyn_buf(&asf->pktbuf);
av_freep(&asf->buf); av_freep(&asf->buf);
av_free(asf);
} }
#define RTP_ASF_HANDLER(n, s, t) \ #define RTP_ASF_HANDLER(n, s, t) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment