зеркало из https://github.com/mozilla/pjs.git
Fix bug 334712. Patch by Srini Panguluri <srini@youos.com>, r+sr=roc
This commit is contained in:
Родитель
720e8da3b7
Коммит
98b8b39624
|
@ -217,13 +217,13 @@ nsAFMObject :: nsAFMObject()
|
|||
nsAFMObject :: ~nsAFMObject()
|
||||
{
|
||||
|
||||
if(mPSFontInfo->mAFMCharMetrics){
|
||||
delete [] mPSFontInfo->mAFMCharMetrics;
|
||||
}
|
||||
|
||||
if(mPSFontInfo){
|
||||
if (mPSFontInfo){
|
||||
if(mPSFontInfo->mAFMCharMetrics){
|
||||
delete [] mPSFontInfo->mAFMCharMetrics;
|
||||
}
|
||||
delete mPSFontInfo;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/** ---------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче