зеркало из https://github.com/mozilla/gecko-dev.git
Fix OpenVMS build breakage. b=125587. r=roland. sr=sfraser
This commit is contained in:
Родитель
5ddb7228cd
Коммит
c43ec5c6f0
|
@ -203,7 +203,7 @@ nsPostScriptObj::~nsPostScriptObj()
|
|||
mPrintSetup->print_cmd, mPrintSetup->filename);
|
||||
// FixMe: Check for error and return one of NS_ERROR_GFX_PRINTER_* on demand
|
||||
system(VMSPrintCommand);
|
||||
free(mPrintSetup->filename);
|
||||
free((void *)mPrintSetup->filename);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче