diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index 480aaa5..546dcce 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -1026,7 +1026,9 @@ static NSMutableSet* hostList; - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. + + // Purge the box art cache on low memory + [_boxArtCache removeAllObjects]; } - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {