Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Aug 29, 2023
1 parent 295db14 commit 7cff71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h5_async_vol.c
Original file line number Diff line number Diff line change
Expand Up @@ -9788,7 +9788,7 @@ async_dataset_write_fn(void *foo)
free(args->buf[i]);
async_instance_g->used_mem -= args->data_size;
}
func_log(__func__, "released dset memcpy")
func_log(__func__, "released dset memcpy");
}
#endif
if (args->buf) {
Expand Down

0 comments on commit 7cff71b

Please sign in to comment.