Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer committed Mar 23, 2020
1 parent cae32cc commit b44e631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell/commands/disk_rebalance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ std::ostream *get_out_stream(const std::string &file_name)
if (!*os_ptr) {
fmt::print(stderr, "open output file {} failed\n", file_name);
delete os_ptr;
os_ptr = nullptr;
}
}
return os_ptr;
Expand Down

0 comments on commit b44e631

Please sign in to comment.