mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-11 14:56:09 -05:00
fixed a few errors reported by valgrind
This commit is contained in:
parent
f6892066bc
commit
8af6ca9fb7
3 changed files with 6 additions and 1 deletions
|
|
@ -161,6 +161,8 @@ OpenPGPSDKHandler::OpenPGPSDKHandler(const std::string& pubring, const std::stri
|
|||
++i ;
|
||||
}
|
||||
_pubring_last_update_time = time(NULL) ;
|
||||
_pubring_changed = false;
|
||||
|
||||
RsErr() << "Pubring read successfully." ;
|
||||
|
||||
if(secring_exist)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue