Files
UnrealEngineUWP/Engine/Source/Programs/AutoRTFMTests
ben clayton 5ed44a865d [Core/Containers] Remove MALLOCLEAK_IGNORE_SCOPE() for TLS allocations that are never freed
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]
2024-10-07 13:40:24 -04:00
..