Commit 14edcd27 authored by Jouni Paulus's avatar Jouni Paulus
Browse files

fix Win build warning of potentially uninitialized variables

parent 7ec2f581
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1766,6 +1766,11 @@ static void ivas_dirac_dec_binaural_process_output(
                    }
#ifdef MASA_AND_OBJECTS
                }
                else
                {
                    decSlotRePointer = NULL;  /* below these pointers are used only for chB < 2 */
                    decSlotImPointer = NULL;
                }
#endif