mirror of https://gitee.com/openkylin/glib2.0.git
修复回收操作概率性报错异常
This commit is contained in:
parent
a9c43f5a4e
commit
1a0ff87a8a
|
@ -2236,7 +2236,7 @@ g_local_file_trash (GFile *file,
|
|||
|
||||
if (fd == -1)
|
||||
{
|
||||
errsv = errno;
|
||||
//errsv = errno;
|
||||
|
||||
g_free (filesdir);
|
||||
g_free (topdir);
|
||||
|
|
Loading…
Reference in New Issue