Fix some coverity issues

This commit is contained in:
heckflosse
2017-06-14 17:02:33 +02:00
parent 31d1f2f52b
commit c4f27b2c13
12 changed files with 16 additions and 15 deletions

View File

@@ -197,8 +197,11 @@ CurveEditor::CurveEditor (Glib::ustring text, CurveEditorGroup* ceGroup, CurveEd
remoteDrag = false;
selected = DCT_Linear;
bottomBarCP = nullptr;
bottomBarCId = 0;
leftBarCP = nullptr;
leftBarCId = 0;
curveCP = nullptr;
curveCId = 0;
relatedWidget = nullptr;
expandRelatedWidget = true;