瀏覽代碼

cmDspPreset.c:Fixed uninitialized variable 'pp' in _cmDspPresetCount().

master
kevin 11 年之前
父節點
當前提交
ca06ba399a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dsp/cmDspPreset.c

+ 1
- 0
dsp/cmDspPreset.c 查看文件

744
   if((gp = _cmDspPresetGroupFromIndex(p,groupIdx)) == NULL )
744
   if((gp = _cmDspPresetGroupFromIndex(p,groupIdx)) == NULL )
745
     return 0;
745
     return 0;
746
 
746
 
747
+  pp = gp->list;
747
   for(; pp!=NULL; pp=pp->link)
748
   for(; pp!=NULL; pp=pp->link)
748
     ++cnt;
749
     ++cnt;
749
 
750
 

Loading…
取消
儲存