Skip to content

WIP: Protect concurrent calls to XOpenIM/XCloseIM with a lock

Bernhard Übelacker requested to merge bernhardu/libx11:master into master

This fixes a bug where concurrent threads call XOpenIM double freeing memory or freezing the process.

Fixes: #31 (closed)

Signed-off-by: Bernhard Übelacker bernhardu@mailbox.org

Edited by Bernhard Übelacker

Merge request reports