summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/omfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omfile.c b/tools/omfile.c
index f4db7dab..0f27f1e9 100644
--- a/tools/omfile.c
+++ b/tools/omfile.c
@@ -633,8 +633,8 @@ CODESTARTdoAction
/* TODO v5: do this in endTransaction only! */
CHKiRet(strm.Flush(pData->pStrm));
}
- d_pthread_mutex_unlock(&pData->mutEx);
finalize_it:
+ d_pthread_mutex_unlock(&pData->mutEx);
ENDdoAction