Jelajahi Sumber

[Components][SDIO]fix Null point access

ZYH 6 tahun lalu
induk
melakukan
3d69c44ab8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;
             }
         }
     }