Comment #9 on issue 22538 by [email protected]: Browser crash in TabView MouseDragged - obj_msgSend http://code.google.com/p/chromium/issues/detail?id=22538
viettrungluu: the essence of the problem here is that, using Rohit's recipe, [TabStripController dealloc] gets called. Thus target_ becomes invalid. In addition to Rohit's CL, another solution is (in that dealloc) to call [controller setTarget:nil]. -- 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 -~----------~----~----~----~------~----~------~--~---
