Monotone-Parent: 72200746a9f7ee37d797519783476d88536f267d

Monotone-Revision: 0f9eac2195a8e5d5ca41db21705479944c46076a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-17T14:33:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-12-17 14:33:41 +00:00
parent 8327699982
commit be3758962d

View File

@@ -86,6 +86,7 @@
if ((self = [super init]))
{
groupElement = NO;
data = NULL;
}
return self;
@@ -119,7 +120,7 @@
}
- (void) dealloc {
if (data) free(data);
if (data) free (data);
[group release];
[tagName release];
[attrs release];