diff options
Diffstat (limited to 'unit/test-mux.c')
-rw-r--r-- | unit/test-mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unit/test-mux.c b/unit/test-mux.c index 0fc697c8..e80b47cf 100644 --- a/unit/test-mux.c +++ b/unit/test-mux.c @@ -75,7 +75,6 @@ static gboolean chat_cleanup(gpointer data) { GAtChat *chat = data; - g_at_chat_shutdown(chat); g_at_chat_unref(chat); return FALSE; |