I think there is a Memory leak

void mitk::VtkPropRenderer::PrepareMapperQueue()
{
  //
     ................code...............................
 //

  // remove all text properties before mappers will add new ones
  m_TextRenderer->RemoveAllViewProps();    //can it release mem?
  m_TextCollection.clear();       /// here may be mem leak??

 //
     ................code...............................
 //

 and how to report bug
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to