fixed a few errors reported by valgrind

This commit is contained in:
csoler 2021-12-22 14:03:29 +01:00
parent f6892066bc
commit 8af6ca9fb7
3 changed files with 6 additions and 1 deletions

View file

@ -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)