<div>Thanks for looking into this. I still haven&#39;t solved this issue.</div><div> </div><div>The following is the memory leak log from VS2010 output:</div><div> </div><div>Detected memory leaks!<br>Dumping objects -&gt;<br>
{769} normal block at 0x09F40040, 1208320 bytes long.<br> Data: &lt; P G P G P G P G&gt; 00 50 C3 47 00 50 C3 47 00 50 C3 47 00 50 C3 47 <br>Object dump complete.</div><div> </div><div>Then I stopped at {769} where is the filter-&gt;update(), the call stack log is as following:</div>
<div> </div><div>msvcr100d.dll!_heap_alloc_dbg_impl(unsigned int nSize, int nBlockUse, const char * szFileName, int nLine, int * errno_tmp)  Line 393 C++<br>  msvcr100d.dll!_nh_malloc_dbg_impl(unsigned int nSize, int nhFlag, int nBlockUse, const char * szFileName, int nLine, int * errno_tmp)  Line 239 + 0x19 bytes C++<br>
  msvcr100d.dll!_nh_malloc_dbg(unsigned int nSize, int nhFlag, int nBlockUse, const char * szFileName, int nLine)  Line 302 + 0x1d bytes C++ <br>  msvcr100d.dll!_malloc_dbg(unsigned int nSize, int nBlockUse, const char * szFileName, int nLine)  Line 160 + 0x1b bytes C++<br>
  mfc100ud.dll!operator new(unsigned int nSize)  Line 321 + 0x10 bytes C++<br>  SA_Sgmt.exe!operator new[](unsigned int count)  Line 6 + 0x9 bytes C++<br>  SA_Sgmt.exe!itk::ImportImageContainer&lt;unsigned long,float&gt;::AllocateElements(unsigned long size)  Line 178 + 0x19 bytes C++<br>
  SA_Sgmt.exe!itk::ImportImageContainer&lt;unsigned long,float&gt;::Reserve(unsigned long size)  Line 86 + 0x13 bytes C++<br>  SA_Sgmt.exe!itk::Image&lt;float,2&gt;::Allocate()  Line 52 C++<br>  SA_Sgmt.exe!itk::ImageSource&lt;itk::Image&lt;float,2&gt; &gt;::AllocateOutputs()  Line 216 + 0x26 bytes C++<br>
  SA_Sgmt.exe!itk::ReconstructionImageFilter&lt;itk::Image&lt;float,2&gt;,itk::Image&lt;float,2&gt;,std::greater&lt;float&gt; &gt;::GenerateData()  Line 112 + 0x12 bytes C++ <br></div><div>When I commented the filter-&gt;update(), I don&#39;t see memory leak reported.</div>
<div> </div><div>I hope those information can give us more ideas.</div><div> </div><div>Thanks a lot,</div><div>Tina</div><div> </div><div><br> </div><div class="gmail_quote">On Sun, Sep 18, 2011 at 6:39 AM, Richard Beare <span dir="ltr">&lt;<a href="mailto:richard.beare@gmail.com">richard.beare@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">I&#39;ve run a couple of tests with the mac leak detector and didn&#39;t see anything.<br>

<div class="im"><br>
2011/9/17 Gaëtan Lehmann &lt;<a href="mailto:gaetan.lehmann@jouy.inra.fr">gaetan.lehmann@jouy.inra.fr</a>&gt;:<br>
&gt;<br>
</div><div><div></div><div class="h5">&gt; Hi,<br>
&gt;<br>
&gt; The memory leak message is not more detailed than that?<br>
&gt; I&#39;m afraid we can&#39;t do much with that, unfortunately...<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Gaëtan<br>
&gt;<br>
&gt;<br>
&gt; Le 14 sept. 11 à 18:11, qi yang a écrit :<br>
&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I have a memory leaking problem bothered me for hours...<br>
&gt;&gt;<br>
&gt;&gt; My VS2010 detected a big memory leak after &quot;filter-&gt;Update()&quot; of<br>
&gt;&gt; ReconstructionByDilationImageFilter.<br>
&gt;&gt; The related code is as following:<br>
&gt;&gt; typedef itk::ReconstructionByDilationImageFilter&lt;ImageType, ImageType&gt;<br>
&gt;&gt; FilterType;<br>
&gt;&gt;<br>
&gt;&gt; FilterType::Pointer filter = FilterType::New();<br>
&gt;&gt;<br>
&gt;&gt; filter-&gt;SetMarkerImage(markerImage);<br>
&gt;&gt;<br>
&gt;&gt; filter-&gt;SetMaskImage(maskImage);<br>
&gt;&gt;<br>
&gt;&gt; filter-&gt;Update();<br>
&gt;&gt;<br>
&gt;&gt; Do I need to release something after using the filter? What&#39;s the related<br>
&gt;&gt; function?<br>
&gt;&gt;<br>
&gt;&gt; Thanks for any tips!!<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Tina<br>
&gt;&gt; _____________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt; --<br>
&gt; Gaëtan Lehmann<br>
&gt; Biologie du Développement et de la Reproduction<br>
&gt; INRA de Jouy-en-Josas (France)<br>
&gt; tel: <a href="tel:%2B33%201%2034%2065%2029%2066" value="+33134652966">+33 1 34 65 29 66</a>    fax: 01 34 65 29 09<br>
&gt; <a href="http://mima2.jouy.inra.fr" target="_blank">http://mima2.jouy.inra.fr</a>  <a href="http://www.itk.org" target="_blank">http://www.itk.org</a><br>
&gt; <a href="http://www.bepo.fr" target="_blank">http://www.bepo.fr</a><br>
&gt;<br>
&gt;<br>
&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>