Fix: reloading turned ncurses off
authorNikolas Garofil <garo@dunaldi.garofil.be>
Tue, 4 Aug 2009 11:46:59 +0000 (13:46 +0200)
committerNikolas Garofil <garo@dunaldi.garofil.be>
Tue, 4 Aug 2009 11:46:59 +0000 (13:46 +0200)
src/conky.c

index d26cb78..6661580 100644 (file)
@@ -7824,7 +7824,6 @@ void clean_up(void *memtofree1, void* memtofree2)
 
 #ifdef NCURSES
        if(output_methods & TO_NCURSES) {
-               delwin(stdscr);
                endwin();
        }
 #endif