call idle_register.deystroy()

This commit is contained in:
heckflosse
2018-10-24 12:49:38 +02:00
parent 7a1cc62d5c
commit 15cedc3a3c
4 changed files with 9 additions and 0 deletions

View File

@@ -97,6 +97,9 @@ XTransProcess::XTransProcess () : FoldableToolPanel(this, "xtransprocess", M("TP
methodconn = method->signal_changed().connect( sigc::mem_fun(*this, &XTransProcess::methodChanged) );
}
XTransProcess::~XTransProcess () {
idle_register.destroy();
}
void XTransProcess::read(const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited)
{