[Release] wrt-installer_0.1.56
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 9 May 2013 12:27:52 +0000 (21:27 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Thu, 9 May 2013 12:27:52 +0000 (21:27 +0900)
packaging/wrt-installer.spec
src/configuration_parser/widget_parser.cpp
src/jobs/widget_install/task_smack.cpp

index 1a9cb33..1bd7f69 100644 (file)
@@ -1,7 +1,7 @@
-#git:framework/web/wrt-installer wrt-installer_0.1.55
+#git:framework/web/wrt-installer wrt-installer_0.1.56
 Name:       wrt-installer
 Summary:    Installer for tizen Webruntime
-Version:    0.1.55
+Version:    0.1.56
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index 282c124..07d6d7d 100644 (file)
@@ -2014,6 +2014,7 @@ class AllowNavigationParser : public ElementParser
                 DPL::FromUTF8String(iri->host));
             m_data.allowNavigationInfoList.push_back(info);
         }
+        free(data);
     }
 
   private:
index 9857bf7..2957cfa 100644 (file)
@@ -143,6 +143,8 @@ void TaskSmack::SmackPrivilegeStep()
         }
     }
 
+    free(appId);
+
     m_context.job->UpdateProgress(
         InstallerContext::INSTALL_SMACK_ENABLE,
         "Widget SMACK Enabled");