mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 15:43:28 +01:00
Merge branch 'bugfix/xproxy-memleak' into 'master'
kasmxproxy: Fix cursor mem leak See merge request kasm-technologies/internal/KasmVNC!140
This commit is contained in:
commit
e4db0eb9a7
@ -520,6 +520,8 @@ int main(int argc, char **argv) {
|
||||
cursorhash = newhash;
|
||||
}
|
||||
|
||||
XFree(cursor);
|
||||
|
||||
usleep(sleeptime);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user