私はこのコードにイライラしています...
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:[NSBundle mainBundle]];
DoctorRecordController *object=[storyboard instantiateViewControllerWithIdentifier:@"DoctorRecord"];##############leaking code
object.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
[self presentViewController:object animated:YES completion:^(void){
}];
計測器は上記のコードでリークを示しています。漏れを取り除くにはどうすればよいですか?