Delete DFN when destroying a DFN editor...
This commit is contained in:
parent
a3a1cf4e49
commit
2279c765b6
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ public:
|
|||
{
|
||||
delete ctrl;
|
||||
ctrl = NULL;
|
||||
delete dfn;
|
||||
dfn = NULL;
|
||||
}
|
||||
|
||||
NLGEORGES::CFormDfn *dfn;
|
||||
|
|
Loading…
Reference in a new issue