Fix some coverity issues

This commit is contained in:
heckflosse
2017-06-16 21:21:22 +02:00
parent 0088a4d3e8
commit 642b4cc86c
15 changed files with 66 additions and 21 deletions

View File

@@ -125,8 +125,21 @@ void findOriginalEntries (const std::vector<ThumbBrowserEntryBase*>& entries)
}
FileBrowser::FileBrowser ()
: tbl(nullptr), numFiltered(0)
FileBrowser::FileBrowser () :
menuLabel(nullptr),
selectDF(nullptr),
thisIsDF(nullptr),
autoDF(nullptr),
selectFF(nullptr),
thisIsFF(nullptr),
autoFF(nullptr),
clearFromCache(nullptr),
clearFromCacheFull(nullptr),
colorLabel_actionData(nullptr),
bppcl(nullptr),
tbl(nullptr),
numFiltered(0),
exportPanel(nullptr)
{
session_id_ = 0;