]> git.sesse.net Git - vlc/commit
rtp sout: fix race condition in RTSP
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 27 Jan 2010 23:55:00 +0000 (00:55 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 27 Jan 2010 23:55:00 +0000 (00:55 +0100)
commit1dc6a868e2fc711565160e0fa5889d1ebda9cf27
tree132bcfa99f8ab0cc385f6c00e3b0f50f47ed183d
parent1441dee2edebf99e6acb64450418389b8a7bba4c
rtp sout: fix race condition in RTSP

When an ES is removed, it is possible to set up a track that won't be
cleaned up and will remain dangling, causing a crash later. Make sure
we unregister the RTSP URL before cleaning up.
modules/stream_out/rtsp.c