]> git.sesse.net Git - vlc/commit
Remove playlist items when destroying the playlist...
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 10 Jan 2009 17:42:48 +0000 (19:42 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 10 Jan 2009 17:42:48 +0000 (19:42 +0200)
commit6914f254c1c18fee1afd2cda6fdeb5a60a71e9dc
tree6f51b323a0610dd99c7dd3f2da549eff9636be13
parentcbe6109463298afc021776290e0d762516ebf85e
Remove playlist items when destroying the playlist...

...rather than when disabling it. Otherwise service discovery plugins
cannot possibly cleanup after themselves (and CABOOM).
src/playlist/engine.c
src/playlist/thread.c