Skip to content

Commit

Permalink
free the list
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Apr 28, 2024
1 parent 38738a7 commit 89b73aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/linked-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ $ ./a.out 10
```

#solution linked-list-free.c

After the list is printed, free it. Make sure there are no memory leaks.

0 comments on commit 89b73aa

Please sign in to comment.