[vlc-devel] commit: Destroy the playlist AFTER looking for a sout attached to it ( Rafaël Carré )
Pierre d'Herbemont
pdherbemont at free.fr
Mon May 19 13:49:46 CEST 2008
On May 19, 2008, at 1:40 PM, git version control wrote:
> vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon May
> 19 13:40:56 2008 +0200| [3008c478206789d38cc1935aef3fdbb1f7fa9933]
>
> Destroy the playlist AFTER looking for a sout attached to it
>
The point was to make sure that the playlist do delete all its
associated sout/vout/...
Now that we don't check if the object doesn't destroy its children
object we don't care. But this commit surely hide an other bug.
That makes me think, its probably a pity to have implemented such a
work around in core (remove children, and then call destructor). We
need an other solution.
Pierre.
More information about the vlc-devel
mailing list