Fix PREVENT 327873
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 12 May 2015 14:29:12 +0000 (23:29 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 12 May 2015 14:29:12 +0000 (23:29 +0900)
Change-Id: Ib198926ca9e259f5132f55e36aac19dc49d77e91

src/script_port.c

index bd497b7..e3e7a5f 100644 (file)
@@ -1537,6 +1537,7 @@ PUBLIC int script_update_script(void *h, const char *src_id, const char *target_
 
        if (obj_info == NULL) {
                ErrPrint("evas_object_data_get failed\n");
+               free(child->part);
                free(child);
                free(obj_info->id);
                free(obj_info);