placesviewrow: hook up finalize

It is needed to hook up the finalize method, since
it's overriden manually.
This commit is contained in:
Georges Basile Stavracas Neto 2015-07-28 07:41:32 -03:00
parent c3b6345377
commit da11404719

View File

@ -64,6 +64,8 @@ gtk_places_view_row_finalize (GObject *object)
g_clear_object (&self->volume);
g_clear_object (&self->mount);
g_clear_object (&self->file);
G_OBJECT_CLASS (gtk_places_view_row_parent_class)->finalize (object);
}
static void