Skip to content

Commit

Permalink
Merge pull request #42466 from nekomatata/x11-events-mutex-leak
Browse files Browse the repository at this point in the history
[3.2] Fix leak with events mutex in OS_X11
  • Loading branch information
akien-mga authored Oct 1, 2020
2 parents beda698 + 936c701 commit 1815a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/x11/os_x11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,8 @@ void OS_X11::finalize() {
if (xmbstring)
memfree(xmbstring);

memdelete(events_mutex);

args.clear();
}

Expand Down

0 comments on commit 1815a90

Please sign in to comment.