fix log entry leak in redorderingHandle
This commit is contained in:
parent
022136d3c3
commit
46b428547d
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ static void* stasis_log_reordering_handle_worker(void * a) {
|
|||
h->phys_size -= sizeofLogEntry(h->log, e);
|
||||
h->cur_off = (h->cur_off+1)%h->max_len;
|
||||
|
||||
h->log->write_entry_done(h->log, e);
|
||||
|
||||
}
|
||||
if(chunk_len > 0) {
|
||||
lsn_t to_force = h->l->prevLSN;
|
||||
|
|
Loading…
Reference in a new issue