mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #1211] [MERGED] fix: addition of two polynomials memory leak and linked list crash #1805
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/1211
Author: @hexingb
Created: 2/6/2023
Status: ✅ Merged
Merged: 3/13/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (2)
7c667dffix: addition of two polynomials memory leak and linked list crashc0908b6Merge branch 'master' into master📊 Changes
1 file changed (+14 additions, -32 deletions)
View changed files
📝
misc/poly_add.c(+14 -32)📄 Description
Description of Change
misc/poly_add.c two issues fixed:
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.