fixed memory leak 40/47840/1
authorGukhwan Cho <gh78.cho@samsung.com>
Thu, 27 Aug 2015 11:14:50 +0000 (20:14 +0900)
committerGukhwan Cho <gh78.cho@samsung.com>
Wed, 9 Sep 2015 10:27:50 +0000 (19:27 +0900)
Change-Id: I20c1d5af2e987d7af8178cc4f7e9a0d3fb99398b
Signed-off-by: Gukhwan Cho <gh78.cho@samsung.com>
common/ctsvc_inotify.c

index 602725e..50322bc 100644 (file)
@@ -463,6 +463,7 @@ static void __clear_nslot_list(gpointer data, gpointer user_data)
 {
        noti_info *noti = (noti_info *)data;
 
+       ctsvc_handle_destroy(noti->contact);
        free(noti->view_uri);
        free(noti);
 }