fix double free issue when installer service run
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Thu, 18 Apr 2013 16:18:34 +0000 (01:18 +0900)
committerjunsuk77.oh <junsuk77.oh@samsung.com>
Thu, 18 Apr 2013 16:18:34 +0000 (01:18 +0900)
Change-Id: Id4e2053a21f242605fb6dcb77af950e85cfe3b8b
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
client/src/pkgmgr.c
packaging/pkgmgr.spec

index e1057debe873144f70e89551d23edea62a5fda2c..10c1dca050e58024c06cd8e6451d3662a9585c3c 100755 (executable)
@@ -1608,9 +1608,6 @@ API int pkgmgr_client_free_pkginfo(pkgmgr_info * pkg_info)
        if (info->icon_buf)
                free(info->icon_buf);
 
-       if (info->privilege_list)
-               g_list_free(info->privilege_list);
-
        free(info);
        info = NULL;
 
index 2cdd519991eddf45ee4972d6d87e706ce526f865..e03c5d69f6029ec06ddd7ca7929fd44bd9dc29d0 100755 (executable)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/s/slp-pkgmgr pkgmgr 0.1.103 29b53909a5d6e8728429f0a188177eac691cb6ce
 Name:       pkgmgr
 Summary:    Packager Manager client library package
-Version:    0.2.76
+Version:    0.2.77
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0