fixed double free bug
authorJaeho Lee <jaeho81.lee@samsung.com>
Fri, 11 Jan 2013 09:13:27 +0000 (18:13 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Fri, 11 Jan 2013 09:13:27 +0000 (18:13 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
am_daemon/amd_main.c
packaging/aul.spec

index 60ed708..212436d 100755 (executable)
@@ -196,7 +196,7 @@ END:
                _E("ail_destroy_rs failed");
 
        free(item);
-       return ail_ret == AIL_ERROR_OK ? true : false;
+       return false;
 }
 
 static void __vconf_cb(keynode_t *key, void *data)
index 71addab..86d6fe0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       aul
 Summary:    App utility library
-Version:    0.0.229
+Version:    0.0.230
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0