We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e221cd5 commit 825e87dCopy full SHA for 825e87d
components/drivers/block/partitions/dfs.c
@@ -49,5 +49,7 @@ rt_err_t dfs_partition(struct rt_blk_disk *disk)
49
}
50
51
52
+ rt_free(sector);
53
+
54
return RT_EOK;
55
0 commit comments