[PR #989] [MERGED] [FIX] Fix some minor memory leaks #1797

Closed
opened 2026-01-29 17:18:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/989
Author: @krushanbauva
Created: 6/19/2018
Status: Merged
Merged: 7/18/2018
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (6)

📊 Changes

3 files changed (+16 additions, -3 deletions)

View changed files

📝 src/lib_ccx/hardsubx.c (+3 -3)
📝 src/lib_ccx/hardsubx.h (+8 -0)
📝 src/lib_ccx/hardsubx_decoder.c (+5 -0)

📄 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):

  • 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 never used CCExtractor.
  • [] I have used CCExtractor just a couple of times.
  • [] I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Fixed some minor memory leaks, some typographical errors and added some missing declarations.


🔄 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/989 **Author:** [@krushanbauva](https://github.com/krushanbauva) **Created:** 6/19/2018 **Status:** ✅ Merged **Merged:** 7/18/2018 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`70a2aa7`](https://github.com/CCExtractor/ccextractor/commit/70a2aa72bd088134619b3f63d04f4eb958821dfa) Destroy pix after use and release memory - [`4cf94ce`](https://github.com/CCExtractor/ccextractor/commit/4cf94ceafbd2b9f7f5221b1b50c90de56cd97d42) Free the frame and any dynamically allocated objects in it - [`eeaed0a`](https://github.com/CCExtractor/ccextractor/commit/eeaed0aade033ac88b89c800a9443f129cc9467e) Fix typographical error - [`f122479`](https://github.com/CCExtractor/ccextractor/commit/f122479151962245d754929e0dc26065813deaab) Free the packet that was allocated by av_read_frame - [`280d989`](https://github.com/CCExtractor/ccextractor/commit/280d98978ff694d7486dfe0c89fb011f85f8e230) Add missing declarations - [`831a723`](https://github.com/CCExtractor/ccextractor/commit/831a723d9dabcb2bfbb684181c0ef460da7008b6) Merge branch 'master' of https://github.com/CCExtractor/ccextractor ### 📊 Changes **3 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/hardsubx.c` (+3 -3) 📝 `src/lib_ccx/hardsubx.h` (+8 -0) 📝 `src/lib_ccx/hardsubx_decoder.c` (+5 -0) </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):** - [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):** - [] I have never used CCExtractor. - [] I have used CCExtractor just a couple of times. - [] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- Fixed some minor memory leaks, some typographical errors and added some missing declarations. --- <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:18:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1797