Revision 1338dc08 libavformat/rtsp.c
libavformat/rtsp.c | ||
---|---|---|
500 | 500 |
} |
501 | 501 |
av_metadata_free(&rtpctx->streams[0]->metadata); |
502 | 502 |
av_metadata_free(&rtpctx->metadata); |
503 |
av_free(rtpctx->streams[0]->codec->extradata); |
|
504 |
av_free(rtpctx->streams[0]->codec); |
|
503 | 505 |
av_free(rtpctx->streams[0]->info); |
504 | 506 |
av_free(rtpctx->streams[0]); |
505 | 507 |
av_free(rtpctx); |
Also available in: Unified diff