Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding unlink function #84

Closed
wants to merge 1 commit into from
Closed

Conversation

steweg
Copy link
Contributor

@steweg steweg commented Jan 25, 2024

This patch adds unlink function from libyang to allow proper node cleanup procedure. It also prevents double freeing of node C data structure

This patch adds unlink function from libyang to allow
proper node cleanup procedure. It also prevents double
freeing of node C data structure
samuel-gauthier pushed a commit that referenced this pull request Jan 26, 2024
This patch adds unlink function from libyang to allow
proper node cleanup procedure.

Fixes: #84
Signed-off-by: Stefan Gula <[email protected]>
Signed-off-by: Samuel Gauthier <[email protected]>
@samuel-gauthier
Copy link
Collaborator

I fixed the double free differently, and split your commit between the fix and the new feature, hopefully with the same result :). Thanks!

@steweg steweg deleted the feature/unlink_api branch January 31, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants