Was releasing log_read_mutex without obtaining it first...

This commit is contained in:
Sears Russell 2007-04-20 07:13:18 +00:00
parent 362b1036de
commit 05ad97b37b

View file

@ -373,7 +373,6 @@ static int writeLogEntryUnlocked(LogEntry * e) {
nextAvailableLSN = nextEntry_LogWriter(e);
pthread_mutex_unlock(&nextAvailableLSN_mutex);
pthread_mutex_unlock(&log_read_mutex);
return 0;
}