mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
kasmxproxy: Fix cursor mem leak
This commit is contained in:
parent
bc580857c6
commit
cc1bb0c79f
1 changed files with 2 additions and 0 deletions
|
|
@ -520,6 +520,8 @@ int main(int argc, char **argv) {
|
|||
cursorhash = newhash;
|
||||
}
|
||||
|
||||
XFree(cursor);
|
||||
|
||||
usleep(sleeptime);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue