summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-02 17:09:10 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-03 04:35:09 +0100
commit224137a2fbef0cc6c4ab3d14aff4f28684ab2e8f (patch)
tree444067b59b59abb6dd3046ce8ce864955ae5e857 /sal/osl
parent914018c03a492f433e1ae5081aa3184cded9783f (diff)
coverity#705121: missing unlock of mutex
Change-Id: Ib36a2f0ada0f0e1af631f3a1698a44edbd3dd59e
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/profile.c b/sal/osl/unx/profile.c
index 89fdc5d23139..4af99904c43d 100644
--- a/sal/osl/unx/profile.c
+++ b/sal/osl/unx/profile.c
@@ -511,6 +511,7 @@ sal_Bool SAL_CALL osl_readProfileString(oslProfile Profile,
if ( pProfile == NULL )
{
+ pthread_mutex_unlock(&(pTmpProfile->m_AccessLock));
#ifdef TRACE_OSL_PROFILE
OSL_TRACE("Out osl_readProfileString [pProfile==0]");
#endif