错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Do Not Free the Allocated Memory Twice

  • Slobodan Dmitrović

摘要

Trying to free the allocated memory two times causes undefined behavior. The following example shows the wrong usage of two free statements: