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:
parent
2cadf22c67
commit
1d08065fe0
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ void xinerama_init(void) {
|
|||
}
|
||||
|
||||
xinerama_active = true;
|
||||
free(reply);
|
||||
}
|
||||
|
||||
void xinerama_query_screens(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue