Kaydet (Commit) b2a0d918 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705824 Dereference before null check

Change-Id: Iaf867d92adcc90d90a03dd8b7a353609934d9115
üst 3454a9b3
......@@ -317,8 +317,7 @@ oslFileError SAL_CALL osl_createTempFile(
rtl_uString_assign(ppustrTempFileURL, temp_file_url);
}
if (temp_file_url)
rtl_uString_release(temp_file_url);
rtl_uString_release(temp_file_url);
rtl_uString_release(temp_file_name);
}
......
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