Fixing some undefined behaviour part 3, Issue 2277

This commit is contained in:
Ingo
2014-03-18 13:20:26 +01:00
parent 0f31ed3499
commit 35d0fe5ee6
5 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ ImProcCoordinator::ImProcCoordinator ()
pW(-1), pH(-1),
plistener(NULL), imageListener(NULL), aeListener(NULL), hListener(NULL),acListener(NULL), abwListener(NULL),
resultValid(false), changeSinceLast(0), updaterRunning(false), destroying(false),utili(false),autili(false),
butili(false),ccutili(false),cclutili(false),clcutili(false)
butili(false),ccutili(false),cclutili(false),clcutili(false),fullw(1),fullh(1)
{}