我在objective-C++代码里new了一个C++对象,调用完constructor之后报错
incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
请问可能是什么bug?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
报错的消息应该是你释放了这个对象之后,又开始去用它了,查查你leaks