зеркало из https://github.com/mozilla/pjs.git
Bug 542356: Initialize the NPError outparam passed to NPP_New() so that plugins must set it to NPERR_NO_ERROR (and so as to work around a valgrind UMR false-positive for OOPP). r=joshmoz
This commit is contained in:
Родитель
364e229c8a
Коммит
381a76fa31
|
@ -1141,7 +1141,7 @@ nsNPAPIPluginInstance::InitializePlugin()
|
|||
|
||||
PRInt32 mode;
|
||||
const char* mimetype;
|
||||
NPError error;
|
||||
NPError error = NPERR_GENERIC_ERROR;
|
||||
|
||||
GetMode(&mode);
|
||||
GetMIMEType(&mimetype);
|
||||
|
|
Загрузка…
Ссылка в новой задаче