Clean heap after use in simple example
This commit is contained in:
parent
839001afec
commit
67fa8929f7
1 changed files with 1 additions and 0 deletions
|
@ -54,5 +54,6 @@ int main()
|
|||
printf("Matched! %s\n", e->path);
|
||||
}
|
||||
match_entry_free(e);
|
||||
r3_tree_free(n);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue