We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb1bec commit 5ea9f70Copy full SHA for 5ea9f70
components/dfs/dfs_v2/filesystems/devfs/devfs.c
@@ -77,6 +77,7 @@ static int dfs_devfs_open(struct dfs_file *file)
77
}
78
79
80
+ rt_free(device_name);
81
82
83
return ret;
0 commit comments