Fix: g_at_chat_shutdown usage in test-mux

This commit is contained in:
Denis Kenzior 2010-04-27 17:09:22 -05:00
parent 244ea076cc
commit 20a32ff5e8
1 changed files with 0 additions and 1 deletions

View File

@ -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;