GNOME Bugzilla – Bug 144341
gnome-cd chrashes/hangs when opening/closing tray
Last modified: 2004-12-22 21:47:04 UTC
gnome-cd chrashes/hangs when opening/closing tray. The backtrace says a NULL menu, but running it under valgrind reveals an g_freed value being used. Attached patch removes that g_free in cddb.c and fix also a leak.
Created attachment 28692 [details] [review] Patch against CVS HEAD
Applied, thanks.