Fix crash issue on activating mms pdn 94/177094/1 accepted/tizen/unified/20180426.062548 submit/tizen/20180425.090231
authorsinikang <sinikang@samsung.com>
Wed, 25 Apr 2018 08:34:29 +0000 (17:34 +0900)
committersinikang <sinikang@samsung.com>
Wed, 25 Apr 2018 08:34:29 +0000 (17:34 +0900)
Change-Id: I1637e6e42eb72d74258e43bd819ae1da7021b1c7

interface/src/ps_context_interface.c
packaging/tel-plugin-packetservice.spec

index ec3d4f72313ac01f4ede32c87084fe49c13713c0..5411ca84c37710b1a70136a16676c3a52325a6a7 100644 (file)
@@ -305,8 +305,6 @@ static gboolean on_context_handle_activate(PacketServiceContext *obj_context,
        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");
 
index 4506258ba81ef6a67cbf947db6e2dc5bb423f00e..2d317131053e464414029aa1303f67ed0c485e17 100644 (file)
@@ -4,7 +4,7 @@
 
 %define major 0
 %define minor 4
-%define patchlevel 21
+%define patchlevel 22
 
 Name:           tel-plugin-packetservice
 Version:        %{major}.%{minor}.%{patchlevel}