fix compiler warning
This commit is contained in:
parent
c5a36c032d
commit
aee5cca000
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ void stasis_dirty_page_table_set_clean(stasis_dirty_page_table_t * dirtyPages, P
|
|||
assert(e);
|
||||
assert(e->p == p->id);
|
||||
assert(e->lsn == dummy.lsn);
|
||||
free(e);
|
||||
free((void*)e);
|
||||
assert(p->dirty);
|
||||
p->dirty = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue