mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 20:45:34 -04:00
wipeable_string: call memwipe directly
since the original reason for the indirect call (that memwipe was not in contrib) is now gone
This commit is contained in:
parent
ed67e5c001
commit
fde4489e1d
3 changed files with 6 additions and 15 deletions
|
@ -552,8 +552,6 @@ std::string get_nix_version_display_string()
|
|||
}
|
||||
bool on_startup()
|
||||
{
|
||||
wipeable_string::set_wipe(&memwipe);
|
||||
|
||||
mlog_configure("", true);
|
||||
|
||||
sanitize_locale();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue