i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 1d08065fe02304f078c9b34250148777f3d0a734
parent 2cadf22c67beedcc52b70c76518c91467581ffb8
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Fri, 26 Oct 2012 20:21:53 +0200

bugfix: free(reply) to avoid memory leak

Diffstat:
Mxinerama.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/xinerama.c b/xinerama.c
@@ -46,6 +46,7 @@ void xinerama_init(void) {
     }
 
     xinerama_active = true;
+    free(reply);
 }
 
 void xinerama_query_screens(void) {