Merge pull request #42466 from nekomatata/x11-events-mutex-leak

[3.2] Fix leak with events mutex in OS_X11
This commit is contained in:
Rémi Verschelde 2020-10-01 19:10:30 +02:00 committed by GitHub
commit 1815a90796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -871,6 +871,8 @@ void OS_X11::finalize() {
if (xmbstring)
memfree(xmbstring);
memdelete(events_mutex);
args.clear();
}