Fix deletion of URL string for variable length playlists.
authorEli K <eli@algotec.co.il>
Thu, 20 Feb 2014 00:02:22 +0000 (02:02 +0200)
committerEli K <eli@algotec.co.il>
Thu, 20 Feb 2014 00:02:22 +0000 (02:02 +0200)
commitb52213cb3abc487d6df46449a3fae9044ada4f35
treee6df04a8a96845a03845f174fde6fcf8fc522680
parentf6f539a7c933b37f3efd08cea765f1f0f59a30c5
Fix deletion of URL string for variable length playlists.

When the playlist M3U helper selects a specific M3U/8 playlist it will
overwrite the strFile pointer with the internal contents of selected.
However, selected then goes out of scope leaving garbage as the URL
xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamFFmpeg.cpp