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

@ -38,6 +38,8 @@
StringBufferManager()
{
request8 = 0.0;
request16 = 0.0;
VECTOR_SET_ASSOCIATION( strings );
}