Ignore:
Timestamp:
06/04/10 15:59:28 (15 years ago)
Author:
hozdoba
Message:

Plus de fuite mémoire

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/xmlio_xml_node.hpp

    r96 r97  
    137137               AutoPtr<NamedNodeMap> map = this->getCNode()->attributes(); 
    138138               
    139               for(unsigned int i = 0; i< map->length(); i++) 
    140                attributes[map->item(i)->nodeName()] = map->item(i)->nodeValue(); 
     139               for(unsigned int i = 0; i< map->length(); i++) 
     140                  attributes[map->item(i)->nodeName()] = map->item(i)->nodeValue(); 
    141141 
    142               return (true); 
     142               return (true); 
    143143            } 
    144144             
Note: See TracChangeset for help on using the changeset viewer.