mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-05 01:08:16 +00:00
session-spice: dispose should chain up to dispose not finalize!!
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
54a3e7d600
commit
e7a9f9ccdb
@ -114,7 +114,7 @@ virt_viewer_session_spice_dispose(GObject *obj)
|
||||
if (spice->priv->main_window)
|
||||
g_object_unref(spice->priv->main_window);
|
||||
|
||||
G_OBJECT_CLASS(virt_viewer_session_spice_parent_class)->finalize(obj);
|
||||
G_OBJECT_CLASS(virt_viewer_session_spice_parent_class)->dispose(obj);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user