mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] Regression for DVB sample using OCR #632
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @canihavesomecoffee on GitHub (May 26, 2021).
CCExtractor version: current master (
5b29ef281a)In raising this issue, I confirm the following:
Necessary information
Video links
Additional information
The SP reports this regression, and manual verification (both using regular build and debug build) result in a segfault.
Stack from GDB:
Generated output:
out.txt
@cfsmp3 commented on GitHub (May 26, 2021):
If it's a double free it definitely doesn't happen calling freep() twice (because freep() nulls the pointer so it's safe to call it twice).
valgrind should be able to solve the mystery.