Skip to content

Commit ffe8c13

Browse files
committed
Fix a minor memory leak
1 parent 2c3a594 commit ffe8c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/SPFieldEditorController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ - (void)dealloc
195195
}
196196
#endif
197197

198+
[self setEditedFieldInfo:nil];
198199
if ( sheetEditData ) SPClear(sheetEditData);
199200
#ifndef SP_CODA
200201
if ( qlTypes ) SPClear(qlTypes);

0 commit comments

Comments
 (0)