зеркало из https://github.com/mozilla/gecko-dev.git
bug 49189, crash when updating wallet tables, r=pnunn
This commit is contained in:
Родитель
74fd1f046f
Коммит
f73d8d0aff
|
@ -180,6 +180,9 @@ SI_GetBoolPref(const char * prefname, PRBool defaultvalue) {
|
|||
|
||||
PUBLIC void
|
||||
SI_SetCharPref(const char * prefname, const char * prefvalue) {
|
||||
if (!prefvalue) {
|
||||
return; /* otherwise the SetCharPref routine called below will crash */
|
||||
}
|
||||
nsresult ret;
|
||||
nsCOMPtr<nsIPref> pPrefService = do_GetService(kPrefServiceCID, &ret);
|
||||
if (!NS_FAILED(ret)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче