소스 검색

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,6 +744,7 @@ unsigned        _cmDspPresetPresetCount( cmDspPresetMgr_t* p, unsigned groupIdx
744 744
   if((gp = _cmDspPresetGroupFromIndex(p,groupIdx)) == NULL )
745 745
     return 0;
746 746
 
747
+  pp = gp->list;
747 748
   for(; pp!=NULL; pp=pp->link)
748 749
     ++cnt;
749 750
 

Loading…
취소
저장