<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=312382500-16112004><FONT face=Arial>Hi, 
Matheieu,<BR></FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>From my debugging 
and testing, i guess gdcm::Header creates TagHT.</FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>But after i clean 
the TagHT, i can't delete PixelConvert, or else crash.</FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>From my debugging in 
gdcmFile.cxx, in the following codes:</FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2> // Will be 
7fe0, 0010 in standard case<BR>   
GetHeader()->SetEntryBinAreaByNumber( pixelData, 
<BR>      GetHeader()->GetGrPixel(), 
GetHeader()->GetNumPixel()); </FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>this call bind the 
pixelData to the internalHeader and pixelData memory will be managed by 
internalHeader, </FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>so we can't delete 
PixelConverter after internalHeader is cleaned. I think it's some 
bizarre. why we do in this way?</FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>now i have comment 
out delete PixelConvert because internalHeader have cleaned the 
data.</FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial size=2>Hope you can have a 
better solution for this issue.</FONT></SPAN></DIV>
<DIV><SPAN class=312382500-16112004></SPAN> </DIV>
<DIV><SPAN class=312382500-16112004><FONT face=Arial 
size=2>Dennis.</FONT> </SPAN></DIV></BODY></HTML>