mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-21 21:09:36 +00:00
[PR #1305] fix: remove memory leak in max_heap.c
#1904
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/TheAlgorithms/C/pull/1305
Author: @vil02
Created: 9/14/2023
Status: 🔄 Open
Base:
master← Head:memory_leak_in_max_heap_patch📝 Commits (1)
efc2feffix: remove memory leak inmax_heap.c📊 Changes
1 file changed (+18 additions, -0 deletions)
View changed files
📝
data_structures/heap/max_heap.c(+18 -0)📄 Description
Description of Change
max_heap.chas a memory leak. This PR removes it.References
Checklist
Notes:
Fixes memory leaks in
max_heap.c.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.