1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2025-02-17 15:55:52 -05:00

bugfix: free(reply) to avoid memory leak

This commit is contained in:
Michael Stapelberg 2012-10-26 20:21:53 +02:00
parent 2cadf22c67
commit 1d08065fe0

View file

@ -46,6 +46,7 @@ void xinerama_init(void) {
} }
xinerama_active = true; xinerama_active = true;
free(reply);
} }
void xinerama_query_screens(void) { void xinerama_query_screens(void) {