wsd/Auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a6af954b623d509f569413473bf27cb9c6ccdc56 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Tue Jan 21 16:54:15 2020 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Jan 21 17:39:09 2020 +0100
wsd: fix a typo in JWTAuth::cleanup() Change-Id: I2c88403de12e2011746964b05a0c7e239dcbfd1b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87151 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/wsd/Auth.cpp b/wsd/Auth.cpp index 2ffa17b39..9e93f5c29 100644 --- a/wsd/Auth.cpp +++ b/wsd/Auth.cpp @@ -40,7 +40,7 @@ using Poco::OutputLineEndingConverter; std::unique_ptr<Poco::Crypto::RSAKey> JWTAuth::_key( new Poco::Crypto::RSAKey(Poco::Crypto::RSAKey(Poco::Crypto::RSAKey::KL_2048, Poco::Crypto::RSAKey::EXP_LARGE))); -// avoid obscure doublef rees on exit. +// avoid obscure double frees on exit. void JWTAuth::cleanup() { _key.reset(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits