添加 free()
This commit is contained in:
@@ -36,5 +36,9 @@ int main()
|
|||||||
p = p->next;
|
p = p->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(fn1);
|
||||||
|
free(fn2);
|
||||||
|
free(fn3);
|
||||||
|
free(head);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user