]> git.sesse.net Git - vlc/commit
Untriplicate vout release code - fix #1593
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 7 Jun 2008 07:31:17 +0000 (10:31 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 7 Jun 2008 07:31:17 +0000 (10:31 +0300)
commitd9810ce021930691108ea74812d4ce6f5e3df547
treee36c11e064a946fd0cc044c12e5769a6fa923874
parent872bfb52d2563c38c8fe3f4c831d2503d3f3a104
Untriplicate vout release code - fix #1593

Unused video outputs are currently attached to libvlc, so there is no
point in destroying them from the playlist (twice), then from libvlc.
This should also fix #1593 (multiple vout free).
src/playlist/engine.c
src/video_output/video_output.c