зеркало из https://github.com/mozilla/pjs.git
Make "Runtime mismatch, so leaking context!" error message from fix for 71237 |#ifdef DEBUG|. r=disttsc@bart.nl sr=shaver@mozilla.org
This commit is contained in:
Родитель
64cdb8153a
Коммит
b4442c54a5
|
@ -414,7 +414,9 @@ void PREF_CleanupPrefs()
|
|||
JS_DestroyContext(gMochaContext);
|
||||
gMochaContext = NULL;
|
||||
} else {
|
||||
#ifdef DEBUG
|
||||
fputs("Runtime mismatch, so leaking context!\n", stderr);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -414,7 +414,9 @@ void PREF_CleanupPrefs()
|
|||
JS_DestroyContext(gMochaContext);
|
||||
gMochaContext = NULL;
|
||||
} else {
|
||||
#ifdef DEBUG
|
||||
fputs("Runtime mismatch, so leaking context!\n", stderr);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче