[PR #1181] [MERGED] Revert "[IMPROVEMENT] Remove freep warning" #1969

Open
opened 2026-01-29 17:19:30 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1181
Author: @NilsIrl
Created: 1/13/2020
Status: Merged
Merged: 1/13/2020
Merged by: @cfsmp3

Base: masterHead: revert-1180-warning_2


📝 Commits (1)

📊 Changes

27 files changed (+146 additions, -138 deletions)

View changed files

📝 src/gpacmp4/mp4.c (+1 -1)
📝 src/lib_ccx/avc_functions.c (+1 -1)
📝 src/lib_ccx/ccx_common_common.c (+10 -0)
📝 src/lib_ccx/ccx_common_common.h (+1 -3)
📝 src/lib_ccx/ccx_decoders_common.c (+24 -24)
📝 src/lib_ccx/ccx_decoders_xds.c (+1 -1)
📝 src/lib_ccx/ccx_demuxer.c (+4 -4)
📝 src/lib_ccx/ccx_encoders_common.c (+14 -14)
📝 src/lib_ccx/ccx_encoders_curl.c (+2 -2)
📝 src/lib_ccx/ccx_encoders_sami.c (+3 -3)
📝 src/lib_ccx/ccx_encoders_smptett.c (+7 -7)
📝 src/lib_ccx/ccx_encoders_splitbysentence.c (+4 -4)
📝 src/lib_ccx/ccx_encoders_spupng.c (+10 -10)
📝 src/lib_ccx/ccx_encoders_srt.c (+6 -6)
📝 src/lib_ccx/ccx_encoders_ssa.c (+6 -6)
📝 src/lib_ccx/ccx_encoders_transcript.c (+3 -3)
📝 src/lib_ccx/ccx_encoders_webvtt.c (+6 -6)
📝 src/lib_ccx/ccx_gxf.c (+2 -2)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+3 -3)
📝 src/lib_ccx/lib_ccx.c (+14 -14)

...and 7 more files

📄 Description

Reverts CCExtractor/ccextractor#1180

Broke too many stuff. I didn't realise at the time.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1181 **Author:** [@NilsIrl](https://github.com/NilsIrl) **Created:** 1/13/2020 **Status:** ✅ Merged **Merged:** 1/13/2020 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `revert-1180-warning_2` --- ### 📝 Commits (1) - [`5c15540`](https://github.com/CCExtractor/ccextractor/commit/5c155407d498c61b0bc9b29203a30a94a7a2cca4) Revert "Remove freep warning (#1180)" ### 📊 Changes **27 files changed** (+146 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/mp4.c` (+1 -1) 📝 `src/lib_ccx/avc_functions.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_common.c` (+10 -0) 📝 `src/lib_ccx/ccx_common_common.h` (+1 -3) 📝 `src/lib_ccx/ccx_decoders_common.c` (+24 -24) 📝 `src/lib_ccx/ccx_decoders_xds.c` (+1 -1) 📝 `src/lib_ccx/ccx_demuxer.c` (+4 -4) 📝 `src/lib_ccx/ccx_encoders_common.c` (+14 -14) 📝 `src/lib_ccx/ccx_encoders_curl.c` (+2 -2) 📝 `src/lib_ccx/ccx_encoders_sami.c` (+3 -3) 📝 `src/lib_ccx/ccx_encoders_smptett.c` (+7 -7) 📝 `src/lib_ccx/ccx_encoders_splitbysentence.c` (+4 -4) 📝 `src/lib_ccx/ccx_encoders_spupng.c` (+10 -10) 📝 `src/lib_ccx/ccx_encoders_srt.c` (+6 -6) 📝 `src/lib_ccx/ccx_encoders_ssa.c` (+6 -6) 📝 `src/lib_ccx/ccx_encoders_transcript.c` (+3 -3) 📝 `src/lib_ccx/ccx_encoders_webvtt.c` (+6 -6) 📝 `src/lib_ccx/ccx_gxf.c` (+2 -2) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+3 -3) 📝 `src/lib_ccx/lib_ccx.c` (+14 -14) _...and 7 more files_ </details> ### 📄 Description Reverts CCExtractor/ccextractor#1180 Broke too many stuff. I didn't realise at the time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:19:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1969