kasmxproxy: Fix cursor mem leak

release/1.3.2
Lauri Kasanen 11 months ago
parent bc580857c6
commit cc1bb0c79f
No known key found for this signature in database

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

Loading…
Cancel
Save