Replace log_group_t::file_header_bufs with local array
log_group_file_header_flush(): Use a stack-local variable instead of the heap-allocated buffers. Closes #1060
Showing
Please register or sign in to comment
log_group_file_header_flush(): Use a stack-local variable instead of the heap-allocated buffers. Closes #1060