Commit 6b2a635e authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Minor updates

parent 7c4abb1b
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1347,7 +1347,9 @@ ivas_error RenderConfigReader_open(
    pSelf = calloc( sizeof( RenderConfigReader ), 1 );
    pSelf->pConfigFile = pConfigFile;
#ifdef CONTROL_METADATA_REVERB
    pSelf->nFG = 0;
    pSelf->pFG = NULL;
    pSelf->nAE = 0;
    pSelf->pAE = NULL;
#endif