From 1e5288e9840e201a00bcb5ca3035d7aa807f1f8d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 Mar 2011 20:12:52 +0000 Subject: Bring outline view branch up to date with trunk (r3203:r3224). --- Source/SPDataCellFormatter.m | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source/SPDataCellFormatter.m') diff --git a/Source/SPDataCellFormatter.m b/Source/SPDataCellFormatter.m index 515bf2a7..0180227b 100644 --- a/Source/SPDataCellFormatter.m +++ b/Source/SPDataCellFormatter.m @@ -91,4 +91,11 @@ return YES; } +- (void)dealloc +{ + if (fieldType) [fieldType release], fieldType = nil; + + [super dealloc]; +} + @end -- cgit v1.2.3