[PR #606] [CLOSED] A pointer was freed twice in file #1449

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/606
Author: @sidgairo18
Created: 1/6/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 30c7512 A pointer was freed twice in file

📊 Changes

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

View changed files

📝 src/gpacmp4/descriptors.c (+0 -1)

📄 Description

Double Free
Same pointer freed twice gf_list_del(cfg->pictureParameterSets) in lines 550 and 559


🔄 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/606 **Author:** [@sidgairo18](https://github.com/sidgairo18) **Created:** 1/6/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`30c7512`](https://github.com/CCExtractor/ccextractor/commit/30c7512cfade24be1e9b41f5a2a47b839a8492be) A pointer was freed twice in file ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/descriptors.c` (+0 -1) </details> ### 📄 Description Double Free Same pointer freed twice gf_list_del(cfg->pictureParameterSets) in lines 550 and 559 --- <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:16: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#1449