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

@@ -251,6 +251,10 @@ BayerProcess::BayerProcess () : FoldableToolPanel(this, "bayerprocess", M("TP_RA
}
BayerProcess::~BayerProcess ()
{
idle_register.destroy();
}
void BayerProcess::read(const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited)
{