]> git.sesse.net Git - ffmpeg/commit
avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memory
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Dec 2014 13:59:29 +0000 (14:59 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Dec 2014 13:59:29 +0000 (14:59 +0100)
commitf7da4b1cf15988551bb5158d5a84c14a2db4bf9f
tree67ce90d616f6489c4f0f43e71b9c1f4a321b198f
parent0704c44d68704df63eccd5579e66e5f218a378a6
avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memory

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/rtsp.c