From a28a31feeab1bec5f4c74e3b6121f866f68eac54 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 22 Mar 2010 14:22:22 +0100 Subject: previous (experimental) patch was somewhat incorrect, fixed This is what caused the new test to fail... --- tools/omfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit