Skip to content

Commit

Permalink
fix for crash xmartlabs#1043
Browse files Browse the repository at this point in the history
  • Loading branch information
liraz committed Feb 13, 2019
1 parent 452f148 commit ce169a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XLForm/XL/Controllers/XLFormViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ -(instancetype)initWithCoder:(NSCoder *)aDecoder

-(void)dealloc
{
[self removeObserverFromController];

self.tableView.delegate = nil;
self.tableView.dataSource = nil;

Expand Down

0 comments on commit ce169a8

Please sign in to comment.