Browse Source

bugfix: free(reply) to avoid memory leak

master
Michael Stapelberg 13 years ago
parent
commit
1d08065fe0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      xinerama.c

+ 1
- 0
xinerama.c View File

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


Loading…
Cancel
Save