mirror of https://github.com/BOINC/boinc.git
Lib: initialize fields in constructor
fixes CID 27987 found by Coverity
This commit is contained in:
parent
2dbe8c4c53
commit
1204715903
|
@ -42,7 +42,8 @@
|
|||
|
||||
using std::string;
|
||||
|
||||
APP_INIT_DATA::APP_INIT_DATA() : project_preferences(NULL) {
|
||||
APP_INIT_DATA::APP_INIT_DATA() {
|
||||
clear();
|
||||
}
|
||||
|
||||
APP_INIT_DATA::~APP_INIT_DATA() {
|
||||
|
|
Loading…
Reference in New Issue