From 206e9d65a486e7f01e9fe32b2ef66bc4b0c22798 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 13 Jun 2008 23:20:02 +0200 Subject: Override -dealloc in every class. --- MLKEnvironment.m | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MLKEnvironment.m') 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 -- cgit v1.2.3