(envelop_rsp->sub_cmd == ENVELOP_RAW_DATA ? "RAW DATA" :
"UNKNOWN"))),
(envelop_rsp->envelop_resp == ENVELOPE_SUCCESS ? "Success" :
- (envelop_rsp->envelop_resp == ENVELOPE_SIM_BUSY? "SIM Busy" :
+ (envelop_rsp->envelop_resp == ENVELOPE_SIM_BUSY ? "SIM Busy" :
"Fail")));
if (envelop_rsp->sub_cmd == ENVELOP_MENU_SELECTION)
case SAT_PROATV_CMD_SETUP_CALL: {
GVariant *setup_call = NULL;
gint command_id, call_type, confirmed_text_len, text_len, duration;
- gchar *confirmed_text, *text = NULL, *call_number = NULL;
+ gchar *confirmed_text = NULL, *text = NULL, *call_number = NULL;
#if defined(TIZEN_SUPPORT_SAT_ICON)
GVariant *icon_id;
#endif
dbg("Failed to de-queue data\n");
}
+ g_free(confirmed_text);
g_free(text);
g_free(call_number);
return TRUE;
}
/* In case of No user confirm phase AlphaID in SETUP CALL noti.
- * Ref.) ETSI TS 102 223 : Section 6.4.13 and 6.6.12
- */
+ * Ref.) ETSI TS 102 223 : Section 6.4.13 and 6.6.12
+ */
#if defined(TIZEN_SUPPORT_SAT_ICON)
telephony_sat_emit_setup_call(sat,
command_id, confirmed_text, confirmed_text_len,
command_id, confirmed_text, confirmed_text_len,
text, text_len, call_type, call_number, duration);
#endif
+
+ g_free(confirmed_text);
g_free(text);
g_free(call_number);
}
gboolean user_confirm = TRUE;
int ret;
- dbg("Text should be displayed by UI- Open Channel text is displayed!!!");
+ dbg("Text should be displayed by UI- Open Channel text is displayed!!!");
#if defined(TIZEN_SUPPORT_SAT_ICON)
ui_info = g_variant_new("(isibv)", command_id,
case SAT_PROATV_CMD_REFRESH: {
GVariant *refresh = NULL;
gint command_id = 0;
- gint refresh_type =0, text_len = 0;
+ gint refresh_type = 0, text_len = 0;
GVariant *file_list = NULL;
gchar *text = NULL;
int ret;