mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
memory leakage for 608_smptett
This commit is contained in:
parent
9f78c595b3
commit
7e527fc62a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user