diff options
author | Jose <jose@zeroc.com> | 2017-01-02 19:47:42 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-01-02 19:47:42 +0100 |
commit | de80fa17be82874a6c79f4efaf0e98c5457416c8 (patch) | |
tree | 3a8334d464afc5255751d9a8f218ec2a12ceb76f /cpp/src/IceSSL/Util.cpp | |
parent | Fixed (ICE-7477) - Use native Base64 encode/decode (diff) | |
download | ice-de80fa17be82874a6c79f4efaf0e98c5457416c8.tar.bz2 ice-de80fa17be82874a6c79f4efaf0e98c5457416c8.tar.xz ice-de80fa17be82874a6c79f4efaf0e98c5457416c8.zip |
Revert "Fixed (ICE-7477) - Use native Base64 encode/decode"
This reverts commit 2df05d130ae51a65f51c593800ad722d533f5df3.
Diffstat (limited to 'cpp/src/IceSSL/Util.cpp')
-rwxr-xr-x | cpp/src/IceSSL/Util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index af02062389b..f262d09979f 100755 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -14,7 +14,6 @@ #include <IceSSL/Util.h> #include <IceUtil/FileUtil.h> -#include <IceUtil/UniqueRef.h> #include <IceUtil/StringUtil.h> #include <Ice/Base64.h> @@ -635,7 +634,6 @@ IceSSL::getCertificateProperty(SecCertificateRef cert, CFTypeRef key) { ostringstream os; os << "IceSSL: error getting property for certificate:\n" << errorToString(err); - CFRelease(err); throw CertificateReadException(__FILE__, __LINE__, os.str()); } |