diff --git a/modules/linked-list.md b/modules/linked-list.md index 3cf7969b..19799d71 100644 --- a/modules/linked-list.md +++ b/modules/linked-list.md @@ -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.