diff --git a/e-util/e-picture-gallery.c b/e-util/e-picture-gallery.c index 594f13b19f..6e01715db0 100644 --- a/e-util/e-picture-gallery.c +++ b/e-util/e-picture-gallery.c @@ -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);