зеркало из https://github.com/mozilla/gecko-dev.git
part of fix to bug 114115. Old code was calling through a pointer without holding a reference. r=dbradley sr=jst
This commit is contained in:
Родитель
0185ec37f1
Коммит
c96b2c0c8d
|
@ -1059,7 +1059,7 @@ nsDOMClassInfo::RegisterClassProtos(PRInt32 aClassInfoID)
|
|||
break;
|
||||
}
|
||||
|
||||
nsIInterfaceInfo *tmp = if_info;
|
||||
nsCOMPtr<nsIInterfaceInfo> tmp(if_info);
|
||||
tmp->GetParent(getter_AddRefs(if_info));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче