You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This rolls back CL 35966216. Due to way some platforms destruct TLS before terminating threads, `FMallocLeakDetection::SetDisabledForThisThread(false)` can incorrectly fail `check(Count >= 0)`, despite a paired `SetDisabledForThisThread(true)` call. This can happen when freeing memory as part of thread destruction. #rb john.stiles, neil.henning [CL 36905886 by ben clayton in 5.5 branch]