请问我在一个函数里使用了malloc函数分配了一片内存,然后在使用完之后也调用free函数,但是程序执行到free函数那里就卡住了,这是什么原因呢?
最后程序卡在了这里
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.