mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-08-14 18:25:02 +02:00
kasmxproxy: Fix cursor mem leak
This commit is contained in:
@ -520,6 +520,8 @@ int main(int argc, char **argv) {
|
||||
cursorhash = newhash;
|
||||
}
|
||||
|
||||
XFree(cursor);
|
||||
|
||||
usleep(sleeptime);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user