memory leakage for 608_smptett

This commit is contained in:
Anshul Maheshwari 2014-07-21 14:09:02 +05:30
parent 9f78c595b3
commit 7e527fc62a

View File

@ -94,6 +94,8 @@ void write_stringz_as_smptett(char *string, struct encoder_ctx *context, LLONG m
used = encode_line(context->buffer,(unsigned char *) str);
write (context->out->fh, context->buffer, used);
sprintf ((char *) str,"</p>\n");
free(el);
free(unescaped);
}