<div>Dear Itk users,</div>
<div>&nbsp;</div>
<div>I&#39;m using the class GDCMSeriesFileNames in order to scan</div>
<div>a directory containing dicom files. My purpose is to get back</div>
<div>the uid of the dicom volumes data contained in that directory.</div>
<div>In order&nbsp;get that result I use a piece of code similar to the one</div>
<div>below:</div>
<div>&nbsp;</div>
<div>typedef GDCMSeriesFileNames tNameGenerator;</div>
<div>tNameGenerator::Pointer pNameGerator = tNameGenerator::New ()</div>
<div>pNameGenerator-&gt;SetInputDirectory (....);</div>
<div>const SerieUIDContainer&amp; uidSerie = pNameGenerator-&gt;GetSeriesUID ();</div>
<div>SerieUIDContainer::const_iterator it = uidSerie.begin ();</div>
<div>for&nbsp;(it != uidSerie.end(); ++it) {</div>
<div>&nbsp;&nbsp; std::cout &lt;&lt; it-&gt;c_str () &lt;&lt; std::endl;</div>
<div>}</div>
<div>&nbsp;</div>
<div>After executing that my application gets some memory leaks.</div>
<div>I&#39;m using ITK 3.2.0, has anyone ever had the same problem ?</div>
<div>Thanks in advance</div>
<div>-Loris</div>
<div><font color="#010001"><font color="#000000"></font>&nbsp;</font></div>