Sfoglia il codice sorgente

NOTREACHED comment

Ali H. Fardan 9 anni fa
parent
commit
d1ae2e785d
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      slstatus.c

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