Should call fs_putfilep put fs reference when call files_fget complete

Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
This commit is contained in:
zhangshoukui
2024-09-23 12:42:37 +08:00
committed by Xiang Xiao
parent 90d990712d
commit 7e97691452
+1
View File
@@ -423,6 +423,7 @@ void files_dumplist(FAR struct filelist *list)
, buf , buf
#endif #endif
); );
fs_putfilep(filep);
} }
} }
#endif #endif