mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-08 21:46:06 +00:00
Bug fixes to C code.
This commit is contained in:
@@ -38,5 +38,6 @@ int main() {
|
||||
printf("删除节点 P 后\n");
|
||||
printTree(n1);
|
||||
|
||||
freeMemoryTree(n1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user