From a8ef0a2f6110821bc06813491a9d8612dc050763 Mon Sep 17 00:00:00 2001 From: Ko Hayoon Date: Wed, 5 Sep 2012 10:31:57 +0900 Subject: [PATCH] libtcore sync from private git --- src/co_ps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/co_ps.c b/src/co_ps.c index 03e47c8..c259ed8 100644 --- a/src/co_ps.c +++ b/src/co_ps.c @@ -267,6 +267,7 @@ TReturn tcore_ps_remove_context(CoreObject *o, CoreObject *ctx_o) if (!po) return TCORE_RETURN_EINVAL; + tcore_ps_clear_context_id(o, ctx_o); po->context_list = g_slist_remove(po->context_list, ctx_o); return TCORE_RETURN_SUCCESS; -- 2.7.4