TBB memory leaks when using inside of MFC application
问题 Hello stackoverflower, Operation system: Windows 7 x64 SP1; TBB version: 4.2.0; Compiler: Visual Studio 2012. Problem description: TBB dumps memory leaks on the exit of MFC application. The same code doesn't dump any leaks, when used from simple command line program. It looks like a DLL unload order problem. Due to late tbb.dll unloading the debuger dumps some static variables as leaks. Can someone confirm this issue? Is there any work around? I also posted this question to Intel forum. There