Skip to content
Snippets Groups Projects
Commit fef0c635 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

cleaning up memory for array of keys and the node itself when reaching deepest...

cleaning up memory for array of keys and the node itself when reaching deepest point of branch (previous version exposes user to a double-free condition)
parent d801593d
No related branches found
No related tags found
1 merge request!36cleaning up memory for array of keys and the node itself when reaching deepest...
...@@ -193,8 +193,6 @@ rien liberer_memoire(page) ...@@ -193,8 +193,6 @@ rien liberer_memoire(page)
sinon sinon
pour fille dans page.tab pour fille dans page.tab
liberer_memoire(fille) liberer_memoire(fille)
liberer(page.tab)
liberer(page)
``` ```
# Les B-arbres # Les B-arbres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment