Commit 34c1e314 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

closedir only if opendir

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59190 954022d7-b5bf-4e40-9824-e11837661b57
parent 118d6c0d
......@@ -59,8 +59,8 @@ namespace NSDirectory
oArray.Add(strDirectory + L"/" + sName);
}
}
}
closedir(dp);
}
delete [] pUtf8;
#elif MAC
#endif
......@@ -110,8 +110,8 @@ namespace NSDirectory
}
}
}
}
closedir(dp);
}
delete [] pUtf8;
#elif MAC
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment