Possible memory leak found

I was using FPlatformProcess::Sleep(0); in a function, converting it to FPlatformProcess::SleepNoStats(0.f); fixed the warnings.