[PR #1180] [MERGED] [IMPROVEMENT] Remove freep warning #1966

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/1180
Author: @NilsIrl
Created: 1/13/2020
Status: Merged
Merged: 1/13/2020
Merged by: @cfsmp3

Base: masterHead: warning_2


📝 Commits (1)

📊 Changes

27 files changed (+138 additions, -146 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 (+0 -10)
📝 src/lib_ccx/ccx_common_common.h (+3 -1)
📝 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

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have used CCExtractor just a couple of times.

Change freep into a macro to remove all the warnings it generated.


🔄 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/1180 **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:** `warning_2` --- ### 📝 Commits (1) - [`c01e1d6`](https://github.com/CCExtractor/ccextractor/commit/c01e1d66ddba890d6eab0244c8064c7b50b91bcf) Remove freep warning ### 📊 Changes **27 files changed** (+138 additions, -146 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` (+0 -10) 📝 `src/lib_ccx/ccx_common_common.h` (+3 -1) 📝 `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 **In raising this pull request, I confirm the following (please check boxes):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that another pull request for this purpose does not exist. - [X] I have considered, and confirmed that this submission will be valuable to others. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [X] I have used CCExtractor just a couple of times. --- Change `freep` into a macro to remove all the warnings it generated. --- <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#1966