kasmxproxy: Fix cursor mem leak

This commit is contained in:
Lauri Kasanen 2024-07-17 17:56:44 +03:00
parent bc580857c6
commit cc1bb0c79f
No known key found for this signature in database

View File

@ -520,6 +520,8 @@ int main(int argc, char **argv) {
cursorhash = newhash;
}
XFree(cursor);
usleep(sleeptime);
}