Uninitialized Trash

This commit is contained in:
tildearrow 2022-11-27 00:30:41 -05:00
parent cf38680072
commit f088c9ec49
2 changed files with 1 additions and 1 deletions

View file

@ -595,6 +595,7 @@ int DivPlatformSoundUnit::init(DivEngine* p, int channels, int sugRate, const Di
oscBuf[i]=new DivDispatchOscBuffer;
}
su=new SoundUnit();
sysIDCache=0;
setFlags(flags);
reset();
return 8;