Browse Source

bugfix: free(reply) to avoid memory leak

master
Michael Stapelberg 12 years ago
parent
commit
1d08065fe0
  1. 1
      xinerama.c

1
xinerama.c

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

Loading…
Cancel
Save