Display 6
This commit is contained in:
parent
00f70e2061
commit
35ae6d25e3
@ -283,7 +283,7 @@ void begin_output_example() {
|
||||
// print_list(umem_head, false);
|
||||
// print_list(get_holes(umem_head), false);
|
||||
|
||||
Display 6
|
||||
//Display 6
|
||||
while (umem_head != NULL) {
|
||||
temp = umem_head->next;
|
||||
free_node(umem_head);
|
||||
|
Reference in New Issue
Block a user