mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Should call fs_putfilep put fs reference when call files_fget complete
Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
This commit is contained in:
@@ -423,6 +423,7 @@ void files_dumplist(FAR struct filelist *list)
|
||||
, buf
|
||||
#endif
|
||||
);
|
||||
fs_putfilep(filep);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user