mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1180] [MERGED] [IMPROVEMENT] Remove freep warning #1966
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?
📋 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:
master← Head:warning_2📝 Commits (1)
c01e1d6Remove freep warning📊 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):
My familiarity with the project is as follows (check one):
Change
freepinto 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.