Skip to content

Commit

Permalink
bug 606317 - Android crash only : Crash [@ libc.so@0x11cd0 ] occurs a…
Browse files Browse the repository at this point in the history
…fter opening an .ics r=doug a=blocking-fennec
  • Loading branch information
bslassey committed Oct 29, 2010
1 parent d243e20 commit 09b4d44
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions uriloader/exthandler/android/nsMIMEInfoAndroid.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 09b4d44

Please sign in to comment.