summaryrefslogtreecommitdiff
path: root/MLKEnvironment.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKEnvironment.m')
-rw-r--r--MLKEnvironment.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/MLKEnvironment.m b/MLKEnvironment.m
index 6df4e11..0da3a14 100644
--- a/MLKEnvironment.m
+++ b/MLKEnvironment.m
@@ -79,4 +79,11 @@
{
[_bindings setObject:value forKey:symbol];
}
+
+-(void) dealloc
+{
+ RELEASE (_bindings);
+ RELEASE (_parent);
+ [super dealloc];
+}
@end