Skip to content

Commit 27a48b5

Browse files
hrishileanplumaafrooze
authored andcommitted
fix crash (#302)
1 parent 4d6068a commit 27a48b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Leanplum-SDK/Classes/Internal/Leanplum.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,4 +2804,8 @@ + (NSDictionary *)parseFileURLsFromResponse:(NSDictionary *)response {
28042804
}
28052805
return nil;
28062806
}
2807+
2808+
- (void) dealloc {
2809+
[[NSNotificationCenter defaultCenter] removeObserver:self];
2810+
}
28072811
@end

0 commit comments

Comments
 (0)