[vlc-devel] commit: mosaic: fix potential deadlock (unlocking in the right order). ( Rémi Duraffort )
Rafaël Carré
rafael.carre at gmail.com
Fri Jun 26 13:24:31 CEST 2009
On Fri, 26 Jun 2009 13:12:03 +0200 (CEST)
git at videolan.org (git version control) wrote:
> - vlc_mutex_unlock( &p_sys->lock );
> vlc_mutex_unlock( p_sys->p_lock );
> + vlc_mutex_unlock( &p_sys->lock );
I didn't read the code but the variables do not look very well named.
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090626/589ab049/attachment.sig>
More information about the vlc-devel
mailing list