Bug#519680: gmplayer crashes when I quit it

giggzounet giggzounet at gmail.com
Sat Mar 21 21:35:37 UTC 2009


Reinhard Tartler a écrit :
> giggzounet <giggzounet at gmail.com> writes:
> 
>> Is it correct now ?
> 
> yes. The following patch taken from upstream should fix it:
> 
> ------------------------------------------------------------------------
> r28803 | reimar | 2009-03-03 19:12:03 +0100 (Di, 03. Mär 2009) | 2 lines
> 
> 100l, remove a pointless opt = NULL assignment that made print_int crash since r28794
> 
> ------------------------------------------------------------------------
> 
> --- mplayer-trunk/m_option.c	(Revision 28802)
> +++ mplayer-trunk/m_option.c	(Revision 28803)
> @@ -173,7 +173,6 @@
>  }
>  
>  static char* print_int(const m_option_t* opt,  const void* val) {
> -  opt = NULL;
>    if (opt->type->size == sizeof(int64_t))
>      return dup_printf("%"PRId64, *(const int64_t *)val);
>    return dup_printf("%d",VAL(val));
> 
> 
> it will be included in the next upload. 
> 

Ok with the new upgrade of mplayer, it works fine!

Thx a lot.
Regards,
Guillaume





More information about the pkg-multimedia-maintainers mailing list