014 longestCommonPrefix do not free memory
Closed this issue · 2 comments
buptzouy commented
014 longestCommonPrefix do not free memory
buptzouy commented
malloc(1000) maybe is not enough memory
begeekmyfriend commented
The C runtime will automatically do it for you when you quit the main function just like some interpreters such as Python does.