mirror of https://github.com/BOINC/boinc.git
Lib: initialize field in constructor
fixes CID 27976 found by Coverity
This commit is contained in:
parent
482a2a5689
commit
317460e4f8
|
@ -38,6 +38,7 @@
|
|||
MFILE::MFILE() {
|
||||
buf = (char*)malloc(64*1024);
|
||||
len = 0;
|
||||
f = NULL;
|
||||
}
|
||||
|
||||
MFILE::~MFILE() {
|
||||
|
|
Loading…
Reference in New Issue