Fix memory leaks in the Security namespace
[platform/framework/native/appfw.git] / src / security / pkcs / FSecPkcsPkcs08PrivateKeyInfo.cpp
index 94e8e3b..fd56a52 100644 (file)
@@ -45,7 +45,7 @@ Pkcs08PrivateKeyInfo::Pkcs08PrivateKeyInfo(void)
 //Default Destructor
 Pkcs08PrivateKeyInfo::~Pkcs08PrivateKeyInfo(void)
 {
-
+       delete __pPkcs08PrivateKeyInfoImpl;
 }