From 244ea076cc4c1782d3471ed0875b2445f3a3c78c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 27 Apr 2010 17:07:37 -0500 Subject: Fix: Remove easy uses of g_at_chat_shutdown --- plugins/hso.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/hso.c') diff --git a/plugins/hso.c b/plugins/hso.c index 27b69dce..dd9be672 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -165,7 +165,6 @@ static void cfun_disable(gboolean ok, GAtResult *result, gpointer user_data) DBG(""); - g_at_chat_shutdown(data->control); g_at_chat_unref(data->control); data->control = NULL; @@ -185,7 +184,6 @@ static int hso_disable(struct ofono_modem *modem) g_at_chat_cancel_all(data->control); g_at_chat_unregister_all(data->control); - g_at_chat_shutdown(data->app); g_at_chat_unref(data->app); data->app = NULL; -- cgit v1.2.3