소스 검색

[DM/BLOCK] Fixup DFS partition memory leak

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI 7 달 전
부모
커밋
825e87d2cf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      components/drivers/block/partitions/dfs.c

+ 2 - 0
components/drivers/block/partitions/dfs.c

@@ -49,5 +49,7 @@ rt_err_t dfs_partition(struct rt_blk_disk *disk)
         }
     }
 
+    rt_free(sector);
+
     return RT_EOK;
 }