bugfix: set released pointer to nullptr.
parent
8071fabb51
commit
d2e449a0af
|
@ -27,7 +27,7 @@ private:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 抽象原型类PrototypeWork
|
// 具体原型类PrototypeWork
|
||||||
class ConcreteWork :public PrototypeWork
|
class ConcreteWork :public PrototypeWork
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue