Was releasing log_read_mutex without obtaining it first...
This commit is contained in:
parent
362b1036de
commit
05ad97b37b
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue