mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 21:20:28 +00:00
[PR #1798] fix(ocr): add NULL checks and fix memory leaks #2536
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1798
State: closed
Merged: Yes
Summary
All OOM conditions now use
fatal(EXIT_NOT_ENOUGH_MEMORY, ...)following the project's coding patterns.Test plan
🤖 Generated with Claude Code