소스 검색

[Components][SDIO]fix Null point access

ZYH 7 년 전
부모
커밋
3d69c44ab8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/drivers/sdio/sdio.c

+ 1 - 0
components/drivers/sdio/sdio.c

@@ -938,6 +938,7 @@ err3:
                 host->card->sdio_function[i] = RT_NULL;
                 rt_free(host->card);
                 host->card = RT_NULL;
+                break;
             }
         }
     }