1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

allow for cleanup after main_loop instead of exiting

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@382 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2005-11-10 00:37:22 +00:00
parent 60499dcc74
commit ecd2704ae4

View File

@ -4271,7 +4271,7 @@ static void main_loop()
{
ERR("received SIGINT or SIGTERM to terminate. bye!");
clean_up();
exit(0);
return; /* return from main_loop */
/*break;*/
}
default: