Revision ce41c51b libavformat/rtpenc_chain.c
libavformat/rtpenc_chain.c | ||
---|---|---|
70 | 70 |
url_close_dyn_buf(rtpctx->pb, &ptr); |
71 | 71 |
av_free(ptr); |
72 | 72 |
} |
73 |
av_free(rtpctx->streams[0]->info); |
|
73 | 74 |
av_free(rtpctx->streams[0]); |
74 | 75 |
av_free(rtpctx); |
75 | 76 |
return NULL; |
Also available in: Unified diff