Delete DFN when destroying a DFN editor...

This commit is contained in:
dfighter1985 2014-09-02 22:47:18 +02:00
parent a66582cff5
commit 3b270c3e9e

View file

@ -22,6 +22,8 @@ public:
{
delete ctrl;
ctrl = NULL;
delete dfn;
dfn = NULL;
}
NLGEORGES::CFormDfn *dfn;