diff options
author | Ali H. Fardan <raiz@firemail.cc> | 2016-09-01 21:54:00 +0300 |
---|---|---|
committer | Ali H. Fardan <raiz@firemail.cc> | 2016-09-01 21:54:00 +0300 |
commit | d1ae2e785d26d944fb4b228c2e025528cd8b780b (patch) | |
tree | 5669c7731fdbf17f462a9f15c928c66ceb84e9c2 /slstatus.c | |
parent | d3a212da7e09f11753aafd76f16dccb1ade822e1 (diff) |
NOTREACHED comment
Diffstat (limited to 'slstatus.c')
-rw-r--r-- | slstatus.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; +*/ } |