I was unable to reproduce this on new project so i strip down problematic one. You can download it with this link: source.rar
Through the process of stripping down my code i have figured out what causes this problem (in my opinion). Function call CoInitializeEx (GameEngine.cpp in my project). When i comment this functin call i don't get internal memory leak. But this isn't always the case. When i comment CoInitializeEx on my not stripped project i still have the problem.
Through the process of stripping down my code i have figured out what causes this problem (in my opinion). Function call CoInitializeEx (GameEngine.cpp in my project). When i comment this functin call i don't get internal memory leak. But this isn't always the case. When i comment CoInitializeEx on my not stripped project i still have the problem.