mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-30 13:54:39 +00:00
Merge branch 'pr/n649_sidgairo18'
This commit is contained in:
commit
bb026a7318
@ -182,7 +182,8 @@ int write_stringz_as_webvtt(char *string, struct encoder_ctx *context, LLONG ms_
|
||||
}
|
||||
written = write(context->out->fh, context->encoded_crlf, context->encoded_crlf_length);
|
||||
if (written != context->encoded_crlf_length)
|
||||
{
|
||||
{
|
||||
free(el);
|
||||
return -1;
|
||||
}
|
||||
begin += strlen((const char *)begin) + 1;
|
||||
|
@ -1234,5 +1234,6 @@ int rcwt_loop(struct lib_ccx_ctx *ctx)
|
||||
} // end while(1)
|
||||
|
||||
dbg_print(CCX_DMT_PARSE, "Processed %d bytes\n", bread);
|
||||
free(parsebuf);
|
||||
return caps;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user