Lib: initialize field in constructor

fixes CID 28032 found bv Coverity
This commit is contained in:
Christian Beer 2015-11-04 10:22:49 +01:00
parent c07eb04622
commit a36852a5a0
1 changed files with 1 additions and 0 deletions

View File

@ -111,5 +111,6 @@ void NOTICE::clear() {
strcpy(project_name, "");
strcpy(guid, "");
strcpy(feed_url, "");
keep = false;
}