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:
@@ -520,6 +520,8 @@ int main(int argc, char **argv) {
|
|||||||
cursorhash = newhash;
|
cursorhash = newhash;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
XFree(cursor);
|
||||||
|
|
||||||
usleep(sleeptime);
|
usleep(sleeptime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user