diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/profile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/profile.cxx b/sal/osl/unx/profile.cxx index e1992da2416e..d103c4573d0a 100644 --- a/sal/osl/unx/profile.cxx +++ b/sal/osl/unx/profile.cxx @@ -181,6 +181,7 @@ static oslProfile osl_psz_openProfile(const sal_Char *pszProfileName, oslProfile if (pProfile->m_pFile == nullptr) closeFileImpl(pFile,pProfile->m_Flags); + // coverity[leaked_storage] - pFile is not leaked return pProfile; } |