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;
|
delete ctrl;
|
||||||
ctrl = NULL;
|
ctrl = NULL;
|
||||||
|
delete dfn;
|
||||||
|
dfn = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
NLGEORGES::CFormDfn *dfn;
|
NLGEORGES::CFormDfn *dfn;
|
||||||
|
|
Loading…
Reference in a new issue