Kaydet (Commit) 49e18674 authored tarafından Jian Fang Zhang's avatar Jian Fang Zhang

#119939, memory leak in api OpenDirectory() of sal module

Patch by, zhangjf
üst 7a1751f3
...@@ -431,6 +431,8 @@ static HANDLE WINAPI OpenDirectory( rtl_uString* pPath) ...@@ -431,6 +431,8 @@ static HANDLE WINAPI OpenDirectory( rtl_uString* pPath)
pDirectory = NULL; pDirectory = NULL;
} }
} }
rtl_freeMemory(szFileMask); // #119939#, memory leak
} }
} }
......
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