Skip to content

Commit

Permalink
Fix a minor memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Feb 12, 2017
1 parent 2c3a594 commit ffe8c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SPFieldEditorController.m
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ - (void)dealloc
}
#endif

[self setEditedFieldInfo:nil];
if ( sheetEditData ) SPClear(sheetEditData);
#ifndef SP_CODA
if ( qlTypes ) SPClear(qlTypes);
Expand Down

0 comments on commit ffe8c13

Please sign in to comment.