Merge commit '1dc19729e92a96620000e09eba8e58cb458c9486'
* commit '1dc19729e92a96620000e09eba8e58cb458c9486': rtpdec_asf: Don't free the payload context in the .close function Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
634ce8ddad
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user