summaryrefslogtreecommitdiffstats
path: root/plugins/hso.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-27 17:07:37 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:33 -0500
commit244ea076cc4c1782d3471ed0875b2445f3a3c78c (patch)
treefd37a07a3c202a7ca8f51f4f376a8693e47ef2dc /plugins/hso.c
parentf9b2e5cf5a643f5cd1acba6e908b4bef38856c0c (diff)
downloadofono-244ea076cc4c1782d3471ed0875b2445f3a3c78c.tar.bz2
Fix: Remove easy uses of g_at_chat_shutdown
Diffstat (limited to 'plugins/hso.c')
-rw-r--r--plugins/hso.c2
1 files changed, 0 insertions, 2 deletions
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;