mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
fix minor memory leask
This commit is contained in:
@@ -509,7 +509,7 @@ private:
|
||||
helper_buffer_{other.helper_buffer_}, converter_{std::move(
|
||||
other.converter_)},
|
||||
next_line_converter_{std::move(other.next_line_converter_)},
|
||||
size_{other.size_}, next_line_size_{other.size_},
|
||||
size_{other.size_}, next_line_size_{other.next_line_size_},
|
||||
helper_size_{other.helper_size_}, delim_{std::move(other.delim_)},
|
||||
file_{other.file_}, crlf_{other.crlf_}, line_number_{
|
||||
other.line_number_} {
|
||||
|
||||
Reference in New Issue
Block a user