]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.c
Fix double free that cause crash.
[evince.git] / shell / ev-window.c
index d1fa8a2219e51795ff92969e5f8227fc38253670..692014444ecac920696c0fa1981d24ab1029cc80 100644 (file)
@@ -2716,7 +2716,6 @@ ev_window_finalize (GObject *object)
                g_list_free (windows);
        }
        
-       g_list_free (windows);
        G_OBJECT_CLASS (ev_window_parent_class)->finalize (object);
 }