cmDspPreset.c:Fixed uninitialized variable 'pp' in _cmDspPresetCount().
This commit is contained in:
förälder
b6e7cd4214
incheckning
ca06ba399a
@ -744,6 +744,7 @@ unsigned _cmDspPresetPresetCount( cmDspPresetMgr_t* p, unsigned groupIdx
|
||||
if((gp = _cmDspPresetGroupFromIndex(p,groupIdx)) == NULL )
|
||||
return 0;
|
||||
|
||||
pp = gp->list;
|
||||
for(; pp!=NULL; pp=pp->link)
|
||||
++cnt;
|
||||
|
||||
|
Laddar…
Referens i nytt ärende
Block a user