From e98a186e7cd6cded211a6a6dd8f3598c669257ac Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 5 Aug 2008 12:16:01 +0200 Subject: MLKInterpretedClosure: Fix deallocation. --- MLKInterpretedClosure.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpretedClosure.m') 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 -- cgit v1.2.3