Fix memory leak issue 55/114955/1 accepted/tizen/common/20170227.043040 accepted/tizen/ivi/20170224.065450 accepted/tizen/mobile/20170224.065328 accepted/tizen/tv/20170224.065340 accepted/tizen/unified/20170309.034031 accepted/tizen/wearable/20170224.065427 submit/tizen/20170224.040753 submit/tizen_unified/20170308.100409
authorWootak Jung <wootak.jung@samsung.com>
Mon, 13 Feb 2017 00:56:41 +0000 (09:56 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 16 Feb 2017 02:09:22 +0000 (11:09 +0900)
Change-Id: I26bf3f87d3441ad22fbc854ee54e37fce1f57558

packaging/libtcore.spec
src/core_object/co_ps.c

index 42f4f79..6648f13 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 3
-%define patchlevel 9
+%define patchlevel 10
 
 Name:           libtcore
 Version:        %{major}.%{minor}.%{patchlevel}
index 74ee180..cacaa30 100644 (file)
@@ -1068,8 +1068,7 @@ TReturn tcore_ps_activate_context(CoreObject *o, CoreObject *ps_context, void *u
                        info("activate internet context with duplicate apn for cid %d", cid);
                        tcore_object_set_property (o, PROP_DNET_CONNECTION_STATUS, status);
                }
-               dbg("context activation is already requested for the same apn(%s)",
-                       tcore_context_get_apn(ps_context));
+               dbg("context activation is already requested for the same apn");
                tcore_object_set_property (o, PROP_DNET_CONNECTION_STATUS, NULL);
                return TCORE_RETURN_SUCCESS;
        }