summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MLKInterpretedClosure.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInterpretedClosure.m b/MLKInterpretedClosure.m
index fd7fb19..881c76b 100644
--- a/MLKInterpretedClosure.m
+++ b/MLKInterpretedClosure.m
@@ -88,10 +88,10 @@ static MLKSymbol *PROGN;
-(void) dealloc
{
- [super dealloc];
LDESTROY (bodyForm);
LDESTROY (lambdaListName);
LDESTROY (context);
LDESTROY (environment);
+ [super dealloc];
}
@end