Fix a double-free on a picture gallery dispose (composer close)
This commit is contained in:
@ -394,6 +394,7 @@ picture_gallery_dispose (GObject *object)
|
||||
}
|
||||
|
||||
g_free (gallery->priv->path);
|
||||
gallery->priv->path = NULL;
|
||||
|
||||
/* Chain up to parent's dispose() method. */
|
||||
G_OBJECT_CLASS (e_picture_gallery_parent_class)->dispose (object);
|
||||
|
||||
Reference in New Issue
Block a user