зеркало из https://github.com/mozilla/pjs.git
Bug 336991 Useless null check of jsdscript in _destroyJSDScript r=gijs sr=bz a=dsicore
This commit is contained in:
Родитель
20af55fe0d
Коммит
25115d7f3f
|
@ -166,8 +166,7 @@ _destroyJSDScript(JSDContext* jsdc,
|
|||
if (jsdscript->profileData)
|
||||
free(jsdscript->profileData);
|
||||
|
||||
if(jsdscript)
|
||||
free(jsdscript);
|
||||
free(jsdscript);
|
||||
}
|
||||
|
||||
/***************************************************************************/
|
||||
|
|
Загрузка…
Ссылка в новой задаче