uninitialized variables-core-2

(cherry picked from commit 7c329699e4e4d13a164b2483e174b5f555ea9344)
This commit is contained in:
AzaezelX 2020-04-29 13:14:39 -05:00
parent b6c33bdd2b
commit bfcc83638d
8 changed files with 12 additions and 6 deletions

View file

@ -31,6 +31,7 @@
//-----------------------------------------------------------------------------
FileStream::FileStream()
{
dMemset(mBuffer, 0, sizeof(mBuffer));
// initialize the file stream
init();
}