Skip to content

Commit

Permalink
Sigh. Fix typo from manually written out patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerebubuth committed Jul 16, 2020
1 parent 2c6c815 commit 23a09f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dump_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ struct thread_control_block : public boost::noncopyable {
// and this TCB is deallocated - which might be significantly past this
// point in time. (and std::vector<>::clear() doesn't / can't release
// memory)
std::vector<kv_pair_t>().swap(m_strings.clear());
std::vector<kv_pair_t>().swap(m_strings);
}
};

Expand Down

0 comments on commit 23a09f9

Please sign in to comment.