We effectively have seen this kind of problem on certain cirumstances. For example: CVIDynamicMemoryInfo() displays a memory leak occuring if EasyTab_ConvertFromCanvas() and InstallCtrlCallback() are used together. Are you programming the same way. Could you please provide us a tiny code wich can reproduce the bug.
Thanks for your help... Yes i used EasyTab_ConvertFromCanvas() and DuplicateCtrl...
I think i have found the solution : all the created controls ( with DuplicateCtrl() ) must be discarded before exiting the panel.
But EasyTab_ConvertFromCanvas() seemed to be bugged because if you put CVIDynamicMemoryInfo() at the end of ni example project for tabs( simpledemo.prj and simpledemo2.prj), there is a memory leak...