fix append problem

still may have memory leak problem
This commit is contained in:
Marty Kraimer
2010-12-26 15:34:26 -05:00
parent ee1fe3b1a3
commit 531a63f913
17 changed files with 75 additions and 36 deletions

View File

@@ -183,6 +183,7 @@ Structure::Structure (String fieldName,
// inc reference counter
fields[i]->incReferenceCount();
}
this->incReferenceCount();
}
Structure::~Structure() {