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_object_template.hpp

    r96 r97  
    3131         { 
    3232            T* value = new T; 
    33             ObjectTemplate<T>::AllListObj[CurrContext].addObject(value); //<< Perte mémoire ici 
     33            ObjectTemplate<T>::AllListObj[CurrContext].addObject(value); 
    3434            return (*value); 
    3535         } 
     
    3838         { return (*ObjectTemplate<T>::AllListObj[CurrContext][_id]); } 
    3939          
    40          static bool HasObject(const string _id) 
     40         static bool HasObject(const string _id)// << Bug 
    4141         { return (ObjectTemplate<T>::AllListObj[CurrContext].hasMappedValue(_id)); } 
    4242          
Note: See TracChangeset for help on using the changeset viewer.