Delete DFN when destroying a DFN editor...

--HG--
branch : dfighter-tools
This commit is contained in:
dfighter1985 2014-09-02 22:47:18 +02:00
parent cfaebcc1ff
commit a69e09af6f

View file

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