aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPXMLExporter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPXMLExporter.m')
-rw-r--r--Source/SPXMLExporter.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPXMLExporter.m b/Source/SPXMLExporter.m
index 5aefd80b..dd4e9223 100644
--- a/Source/SPXMLExporter.m
+++ b/Source/SPXMLExporter.m
@@ -358,9 +358,9 @@
- (void)dealloc
{
- if (xmlDataArray) [xmlDataArray release], xmlDataArray = nil;
- if (xmlTableName) [xmlTableName release], xmlTableName = nil;
- if (xmlNULLString) [xmlNULLString release], xmlNULLString = nil;
+ if (xmlDataArray) SPClear(xmlDataArray);
+ if (xmlTableName) SPClear(xmlTableName);
+ if (xmlNULLString) SPClear(xmlNULLString);
[super dealloc];
}