mirror of https://github.com/BOINC/boinc.git
initialize fields in constructors
fixes CID 27927 found by Coverity Scan
This commit is contained in:
parent
2a09622b5f
commit
5027e948d4
|
@ -762,6 +762,7 @@ void RSS_FEED::delete_files() {
|
||||||
|
|
||||||
RSS_FEED_OP::RSS_FEED_OP() {
|
RSS_FEED_OP::RSS_FEED_OP() {
|
||||||
error_num = BOINC_SUCCESS;
|
error_num = BOINC_SUCCESS;
|
||||||
|
rfp = NULL;
|
||||||
gui_http = &gstate.gui_http;
|
gui_http = &gstate.gui_http;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue