NOTREACHED comment

This commit is contained in:
Ali H. Fardan 2016-09-01 21:54:00 +03:00
parent d3a212da7e
commit d1ae2e785d

View file

@ -652,6 +652,13 @@ main(void)
sleep(UPDATE_INTERVAL -1);
}
/* NOT REACHED */
/*
* TODO: find out a way to exit successfully
* to prevent memory leaks
*/
/*
XCloseDisplay(dpy);
return 0;
*/
}