Fix some uninitialized variables found by valgrind; also fixes #3786

This commit is contained in:
heckflosse
2017-03-28 14:01:19 +02:00
parent 209ea3533b
commit 45a66e980f
4 changed files with 3 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
using namespace rtengine;
using namespace rtengine::procparams;
Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"), false, true)
Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"), false, true), lastmedianmap(false)
{
CurveListener::setMulti(true);
std::vector<double> defaultCurve;