Comment #3 on issue 28631 by [email protected]: Race condition opening  
download item menu
http://code.google.com/p/chromium/issues/detail?id=28631

Hm, DownloadItemController removes its view in dealloc:

- (void)dealloc {
   [[NSNotificationCenter defaultCenter] removeObserver:self];
   [[self view] removeFromSuperview];
   [super dealloc];
}

Shouldn't that prevent the problem? (Obviously not :-P)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to