Change-Id: I6c9799fb7d9ce0bbd678dc5ac979a475d40af265
num_of_active_cids = g_slist_length(active_cids);
max_pdn = tcore_ps_get_num_of_pdn(co_ps);
ps_info_ex_ctx(context, "activate cids(%d), max pdn(%d)", num_of_active_cids, max_pdn);
+
+ g_slist_free_full(active_cids, g_free);
+
if (num_of_active_cids < max_pdn) {
ps_dbg_ex_ctx(context, "enough to active another pdn");
%define major 0
%define minor 4
-%define patchlevel 18
+%define patchlevel 19
Name: tel-plugin-packetservice
Version: %{major}.%{minor}.%{patchlevel}