ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/AtomType.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/types/AtomType.cpp (file contents):
Revision 1632 by gezelter, Fri Oct 22 20:21:36 2004 UTC vs.
Revision 1637 by chrisfen, Fri Oct 22 22:54:15 2004 UTC

# Line 31 | Line 31 | namespace oopse {
31    }
32      
33    AtomType::~AtomType() {
34 <    if ( name != NULL ) delete name;
34 >    if ( name != NULL ) free(name);
35    }
36  
37    void AtomType::complete() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines