Fix leak with events mutex in x11 Display Server
This commit is contained in:
parent
85f7d056ab
commit
936c701838
1 changed files with 2 additions and 0 deletions
|
@ -870,6 +870,8 @@ void OS_X11::finalize() {
|
|||
if (xmbstring)
|
||||
memfree(xmbstring);
|
||||
|
||||
memdelete(events_mutex);
|
||||
|
||||
args.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue