Memory leaks ! #248

Open
opened 2026-01-29 16:38:55 +00:00 by claunia · 0 comments
Owner

Originally created by @sidgairo18 on GitHub (Jan 21, 2017).

  1. Leaked_storage: Variable unescaped going out of scope leaks the storage it points to in file src/lib_ccx/ccx_encoders_webvtt.c , function write_stringz_as_webvtt()
  2. leaked_storage: Returning without freeing context leaks the storage that it points to in file src/lib_ccx/ccx_encoders_common.c function encode_sub()
  3. leaked_storage: Variable epg going out of scope leaks the storage it points to in the file /src/lib_ccx/networking.c function net_send_epg()
  4. leaked_storage: Variable ctx going out of scope leaks the storage it points to in the file src/lib_ccx/lib_ccx.c function init_libraries()
Originally created by @sidgairo18 on GitHub (Jan 21, 2017). 1. Leaked_storage: Variable unescaped going out of scope leaks the storage it points to in file src/lib_ccx/ccx_encoders_webvtt.c , function `write_stringz_as_webvtt()` 2. leaked_storage: Returning without freeing `context` leaks the storage that it points to in file src/lib_ccx/ccx_encoders_common.c function `encode_sub()` 3. leaked_storage: Variable `epg` going out of scope leaks the storage it points to in the file /src/lib_ccx/networking.c function `net_send_epg()` 4. leaked_storage: Variable `ctx` going out of scope leaks the storage it points to in the file src/lib_ccx/lib_ccx.c `function init_libraries()`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#248