Subj : src/conio/x_events.c To : Git commit to main/sbbs/master From : Deucе Date : Mon Jun 05 2023 10:55 am https://gitlab.synchro.net/main/sbbs/-/commit/6ec4d431f63669f30b07f4be Modified Files: src/conio/x_events.c Log Message: Fix some highly unlikely memory leaks - Ensure last is cleared even if we manage external scaling without Xrender - Free the bitmap rectangle in the same situation - Make a copy of x_internal_scaling so it's used consistently (not mutex protected, and accessed from multiple threads) .