godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix use condition_variable after delete

Open Ratio2 opened this issue 1 year ago • 0 comments

This fix crash on android. Crash reproduced in 4.1.2, 4.1.4 and 4.2.2. Crash logcat with:

scons platform=android target=template_debug dev_build=yes CCFLAGS=-fsanitize=hwaddress LINKFLAGS=-fsanitize=hwaddress

android-crash-3.txt

Ratio2 avatar Jul 26 '24 14:07 Ratio2