From 5b109a497ee2cd89927ce541c31b6ce2fc3bb33f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jun 2008 16:06:09 -0400 Subject: [PATCH] Fixed a warning in Source/BSSourceView.m:48 -- method possibly missing a [super dealloc] call --- Source/BSSourceView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/BSSourceView.m b/Source/BSSourceView.m index 69d0d97..f1b85c9 100644 --- a/Source/BSSourceView.m +++ b/Source/BSSourceView.m @@ -45,6 +45,7 @@ { [file release]; } + [super dealloc]; } /** -- 2.22.5