Browse Source

NOTREACHED comment

master
Ali H. Fardan 9 years ago
parent
commit
d1ae2e785d
  1. 7
      slstatus.c

7
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;
*/
}

Loading…
Cancel
Save