summaryrefslogtreecommitdiff
path: root/MLKUndefinedVariableException.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKUndefinedVariableException.m')
-rw-r--r--MLKUndefinedVariableException.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/MLKUndefinedVariableException.m b/MLKUndefinedVariableException.m
index 531a394..5795b55 100644
--- a/MLKUndefinedVariableException.m
+++ b/MLKUndefinedVariableException.m
@@ -12,4 +12,11 @@
environment = anEnvironment;
return self;
}
+
+-(void) dealloc
+{
+ RELEASE (variableName);
+ RELEASE (environment);
+ [super dealloc];
+}
@end