reverted changes in layout_close made in rev. 890 and 901
authorVladimir Nadvornik <nadvornik@suse.cz>
Thu, 12 Jun 2008 18:30:33 +0000 (18:30 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Thu, 12 Jun 2008 18:30:33 +0000 (18:30 +0000)
src/layout.c

index 3db1048..5baf231 100644 (file)
@@ -1795,8 +1795,6 @@ void layout_close(LayoutWindow *lw)
                }
        else
                {
-               sync_options_with_current_state(options);
-               layout_free(lw); /* make leak detection easier */
                exit_program();
                }
 }