[UTC][service-adaptor][Non-ACR][fixed memory leak]
authorYounho Park <younho.park@samsung.com>
Wed, 8 Jun 2016 12:21:16 +0000 (21:21 +0900)
committerYounho Park <younho.park@samsung.com>
Wed, 8 Jun 2016 12:21:16 +0000 (21:21 +0900)
Change-Id: I6016c36419004d646dc82c16910fe73cf75ba6ea
Signed-off-by: Younho Park <younho.park@samsung.com>
src/utc/service-adaptor/common.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 5f9c7ce..701a165
@@ -187,6 +187,7 @@ void sync_context_destroy(sync_context_h sync_context)
         sync_context->cb_is_finished = FALSE;
         g_mutex_clear(&(sync_context->mutex));
         g_cond_clear(&sync_context->cond);
+       free(sync_context);
     }
 }