bugfix: set released pointer to nullptr.

master
FengJungle 2022-03-09 22:59:11 +08:00
parent 8071fabb51
commit d2e449a0af
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ private:
};
// 抽象原型类PrototypeWork
// 具体原型类PrototypeWork
class ConcreteWork :public PrototypeWork
{
public: