Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到 Access bad 的错误。我已经检查过了,这是由于在静态库中释放了一个对象。我检查了库中的头文件,该对象是正在释放的分配类型。我可以在不改变静态库的情况下做任何事情吗?我只有库类的头文件。
您可以在将其传递给库之前保留该对象。然后在您想到的某个时间点发布它。