initialize fields in constructors

fixes CID 27927 found by Coverity Scan
This commit is contained in:
Christian Beer 2015-10-20 15:27:36 +02:00
parent 2a09622b5f
commit 5027e948d4
1 changed files with 1 additions and 0 deletions

View File

@ -762,6 +762,7 @@ void RSS_FEED::delete_files() {
RSS_FEED_OP::RSS_FEED_OP() {
error_num = BOINC_SUCCESS;
rfp = NULL;
gui_http = &gstate.gui_http;
}