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 Mateusz Szafoni
parent 52ffca5b8e
commit e6b703c29f

View File

@ -423,6 +423,7 @@ void files_dumplist(FAR struct filelist *list)
, buf
#endif
);
fs_putfilep(filep);
}
}
#endif