This commit is contained in:
David Weber 2015-07-20 13:09:58 +02:00
parent 5c7a9d95a8
commit 2279aee4ff

View File

@ -477,6 +477,11 @@
return self;
}
// Prevent crashes on closing windows
-(void)dealloc {
self.webView.delegate = nil;
}
- (void)createViews
{
// We create the views in code for primarily for ease of upgrades and not requiring an external .xib to be included