From: Ali H. Fardan Date: Thu, 1 Sep 2016 18:54:00 +0000 (+0300) Subject: NOTREACHED comment X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/d1ae2e785d26d944fb4b228c2e025528cd8b780b?hp=d3a212da7e09f11753aafd76f16dccb1ade822e1 NOTREACHED comment --- diff --git a/slstatus.c b/slstatus.c index a3b6b6a..368b51c 100644 --- a/slstatus.c +++ b/slstatus.c @@ -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; +*/ }