зеркало из https://github.com/mozilla/pjs.git
Fixes application crash when loading meta components. patch by cls, r=dougt, b=201684.
This commit is contained in:
Родитель
3b386adda0
Коммит
90f6532e24
|
@ -107,6 +107,7 @@ NSGetModule(nsIComponentManager *servMgr,
|
|||
// Dummy up an nsModuleInfo struct to register us as a generic
|
||||
// module that contains all our sub-module's components.
|
||||
nsModuleInfo metainfo;
|
||||
memset(&metainfo, 0, sizeof(metainfo));
|
||||
metainfo.mVersion = NS_MODULEINFO_VERSION;
|
||||
metainfo.mModuleName = META_MODULE " meta module";
|
||||
metainfo.mComponents = gComponentInfo;
|
||||
|
|
Загрузка…
Ссылка в новой задаче