cmDspPreset.c:Fixed uninitialized variable 'pp' in _cmDspPresetCount().
Este commit está contenido en:
padre
b6e7cd4214
commit
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;
|
||||
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user