mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 21:46:11 +00:00
[PR #1302] fix: remove memory leak in vector.c
#1901
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/1302
Author: @vil02
Created: 9/12/2023
Status: 🔄 Open
Base:
master← Head:memory_leak_in_vector_patch📝 Commits (1)
ecd6993fix: remove memory leak📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
data_structures/vector.c(+5 -3)📄 Description
Description of Change
There is a memory leak in
vector.c. This PR fixes it (and removes some trailing spaces). The Awesome CI Workflow passes on my end.References
Checklist
Notes:
Removes memory leak in
vector.c.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.