Skip to content

Commit ce169a8

Browse files
committed
fix for crash xmartlabs#1043
1 parent 452f148 commit ce169a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XLForm/XL/Controllers/XLFormViewController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ -(instancetype)initWithCoder:(NSCoder *)aDecoder
105105

106106
-(void)dealloc
107107
{
108+
[self removeObserverFromController];
109+
108110
self.tableView.delegate = nil;
109111
self.tableView.dataSource = nil;
110112

0 commit comments

Comments
 (0)