Bug#519680: gmplayer crashes when I quit it

Reinhard Tartler siretart at tauware.de
Mon Mar 16 06:43:52 UTC 2009


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. 

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4





More information about the pkg-multimedia-maintainers mailing list