fix log entry leak in redorderingHandle

This commit is contained in:
Sears Russell 2010-01-11 23:07:08 +00:00
parent 022136d3c3
commit 46b428547d

View file

@ -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;