ref: 35490ef7167cb7e9a065ab0170f9810596c77d23
parent: 3c8773ccf3d980587f6aeccee55a44200464e25a
author: sijchen@cisco.com <sijchen@cisco.com>
date: Fri May 11 06:38:59 EDT 2018
add initialization in console to avoid random value
--- a/codec/console/enc/src/welsenc.cpp
+++ b/codec/console/enc/src/welsenc.cpp
@@ -763,7 +763,7 @@
#if defined ( STICK_STREAM_SIZE )
FILE* fTrackStream = fopen ("coding_size.stream", "wb");
#endif
- SFilesSet fs;
+ SFilesSet fs = {};
// for configuration file
CReadConfig cRdCfg;
int iParsedNum = 1;