[PR #1169] [MERGED] [FIX] Solved issue #1131 #1952

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1169
Author: @eshandhawan51
Created: 1/1/2020
Status: Merged
Merged: 1/2/2020
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 2f95d1c Removed invalid free condition for multiple files
  • 0d67411 Merge pull request #1 from CCExtractor/master
  • ed2f978 Apply suggestions from code review

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/gpacmp4/mp4.c (+2 -1)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

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

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

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

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • [1] I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

{pull request content here}
the pull request solves issue #1131 having invalid free problem


🔄 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/1169 **Author:** [@eshandhawan51](https://github.com/eshandhawan51) **Created:** 1/1/2020 **Status:** ✅ Merged **Merged:** 1/2/2020 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`2f95d1c`](https://github.com/CCExtractor/ccextractor/commit/2f95d1c71e0e7c852c1c37d9128804698bbd2291) Removed invalid free condition for multiple files - [`0d67411`](https://github.com/CCExtractor/ccextractor/commit/0d67411a636c11677d310c6bc52fd039c7f14f70) Merge pull request #1 from CCExtractor/master - [`ed2f978`](https://github.com/CCExtractor/ccextractor/commit/ed2f978c8d76de03262a455b70259c71f9eafe94) Apply suggestions from code review ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/mp4.c` (+2 -1) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [ 1 ] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [1] I have checked that another pull request for this purpose does not exist. - [1] I have considered, and confirmed that this submission will be valuable to others. - [1] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [1] I give this submission freely, and claim no ownership to its content. - [0] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [1] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- {pull request content here} the pull request solves issue #1131 having invalid free problem --- <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:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1952