Dispose room data on didReceiveMemoryWarning.

This commit is contained in:
giomfo
2015-05-05 18:08:22 +02:00
parent b9833e052d
commit e237858fb0
@@ -16,6 +16,8 @@
#import "MasterTabBarController.h"
#import "AppDelegate.h"
#import "HomeViewController.h"
#import "RecentsViewController.h"
@@ -114,7 +116,9 @@
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
[[AppDelegate theDelegate] reloadMatrixSessions:NO];
}
- (void)dealloc {