mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
bug 606317 - Android crash only : Crash [@ libc.so@0x11cd0 ] occurs after opening an .ics r=doug a=blocking-fennec
This commit is contained in:
parent
1ace32573c
commit
82f4d08a27
@ -168,11 +168,7 @@ NS_IMETHODIMP
|
||||
nsMIMEInfoAndroid::GetPreferredApplicationHandler(nsIHandlerApp** aApp)
|
||||
{
|
||||
*aApp = mPrefApp;
|
||||
if (*aApp) {
|
||||
nsAutoString appName;
|
||||
(*aApp)->GetName(appName);
|
||||
}
|
||||
|
||||
NS_IF_ADDREF(*aApp);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user