sync codes to 2.4 spin
[platform/core/uifw/tts.git] / client / tts_client.c
index bd03627..75718bf 100644 (file)
@@ -112,6 +112,9 @@ int tts_client_destroy(tts_h tts)
                                free(data);
                                free(tts);
 
+                               SLOG(LOG_DEBUG, TAG_TTSC, "Client destroy");
+                               g_list_free(iter);
+
                                return TTS_ERROR_NONE;
                        }