Bugfix: Free()d wrong variable
This commit is contained in:
@ -132,5 +132,5 @@ void initialize_xinerama(xcb_connection_t *conn) {
|
|||||||
s->rect.x, s->rect.y, s->rect.width, s->rect.height);
|
s->rect.x, s->rect.y, s->rect.width, s->rect.height);
|
||||||
}
|
}
|
||||||
|
|
||||||
free(screen_info);
|
free(reply);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user