Fix leak of nsInputDimensionSpec. r=waterson

This commit is contained in:
dbaron%fas.harvard.edu 2000-06-22 22:49:02 +00:00
parent ce91614211
commit de9823b3e8

View File

@ -1393,6 +1393,7 @@ nsGfxTextControlFrame2::CreateAnonymousContent(nsIPresContext* aPresContext,
col = (col <= 0) ? 1 : col; // XXX why a default of 1 char, why hide it
}
mailEditor->SetBodyWrapWidth(col);
delete spec;
}
}