112070 r/sr=bienvenu. fix a small char* leak.

This commit is contained in:
naving%netscape.com 2001-11-27 05:05:08 +00:00
parent bc46b41785
commit 7c8e9909a9

View File

@ -434,8 +434,8 @@ MimeInlineTextPlainFlowed_parse_line (char *line, PRInt32 length, MimeObject *ob
preface += " style=\"";
preface += style;
preface += '"';
PR_FREEIF(style);
}
PR_FREEIF(style);
preface += '>';
}
while(quoteleveldiff<0) {