bugfix: free(reply) to avoid memory leak

pull/1/head
Michael Stapelberg 2012-10-26 20:21:53 +02:00
parent 2cadf22c67
commit 1d08065fe0
1 changed files with 1 additions and 0 deletions

View File

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