修复回收操作概率性报错异常

This commit is contained in:
Yue-Lan 2023-07-19 15:47:45 +08:00
parent a9c43f5a4e
commit 1a0ff87a8a
1 changed files with 1 additions and 1 deletions

View File

@ -2236,7 +2236,7 @@ g_local_file_trash (GFile *file,
if (fd == -1)
{
errsv = errno;
//errsv = errno;
g_free (filesdir);
g_free (topdir);