[vlc-devel] [PATCH] fix stream output Dbg segfault
Jean-Baptiste Kempf
jb at videolan.org
Fri Apr 16 17:02:27 CEST 2010
On Fri, Apr 16, 2010 at 04:39:20PM +0200, Francois Cartegnie wrote :
> static void sout_StreamDelete( sout_stream_t *p_stream )
> {
> - msg_Dbg( p_stream, "destroying chain... (name=%s)", p_stream->psz_name );
> + msg_Dbg( p_stream, "destroying chain... (name=%s)",
> + p_stream->psz_name ? p_stream->psz_name : "(null)" );
How many of those patches are we going to get?
Why not patching msg_Dbg or whatever?
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list