Skip to content

Commit

Permalink
free of buf array in local_result_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncear-mwb authored Jan 22, 2025
1 parent d26d2ce commit 2c87b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/local/LocalServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,7 @@ void free_result_v2(local_result_v2 * result)

delete reinterpret_cast<std::vector<char> *>(result->_vec);
delete[] result->error_message;
delete[] result->buf;
delete result;
}

Expand Down

0 comments on commit 2c87b41

Please sign in to comment.