mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1190] [MERGED] [FIX] Fix free segfault #1980
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/1190
Author: @NilsIrl
Created: 1/18/2020
Status: ✅ Merged
Merged: 1/18/2020
Merged by: @cfsmp3
Base:
master← Head:segfault📝 Commits (2)
4d4cf7eFix free segfault05322d8Mention that freeing should be done📊 Changes
2 files changed (+9 additions, -5 deletions)
View changed files
📝
src/lib_ccx/ccx_encoders_common.c(+5 -5)📝
src/lib_ccx/utility.c(+4 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
I restricted the scope and used free because the features of freep
aren't needed here.
Restricting the scope makes it clear when freeing the variable should be
done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.