GNOME Bugzilla – Bug 697555
Memory corruption in sound panel
Last modified: 2013-04-16 10:16:13 UTC
From time to time I get a memory corruption on the sound panel when changing the sound effects' theme. A variable should just be set to NULL to fix this.
Created attachment 240948 [details] [review] Fix memory corruption
Review of attachment 240948 [details] [review]: Looks good to commit other than that. ::: panels/sound/gvc-sound-theme-chooser.c @@ +673,3 @@ if (g_strcmp0 (last_theme, chooser->priv->current_theme) != 0) { g_free (chooser->priv->current_parent); + chooser->priv->current_parent = NULL; g_clear_pointer() instead?
Review of attachment 240948 [details] [review]: Committed to master and gnome-3-8