libpurple/protocols/simple/simple.c

changeset 40078
3f61b0cd94de
parent 40077
b5d8e7f5b5ce
child 40125
a7acc7b00d79
child 40131
00bfb6134525
equal deleted inserted replaced
40077:b5d8e7f5b5ce 40078:3f61b0cd94de
2129 g_free(sip->proxy.digest_session_key); 2129 g_free(sip->proxy.digest_session_key);
2130 g_free(sip->status); 2130 g_free(sip->status);
2131 g_hash_table_destroy(sip->buddies); 2131 g_hash_table_destroy(sip->buddies);
2132 g_free(sip->regcallid); 2132 g_free(sip->regcallid);
2133 g_slist_free_full(sip->transactions, (GDestroyNotify)transactions_destroy); 2133 g_slist_free_full(sip->transactions, (GDestroyNotify)transactions_destroy);
2134 g_slist_free_full(sip->watcher, (GDestroyNotify)watcher_destroy);
2134 g_free(sip->publish_etag); 2135 g_free(sip->publish_etag);
2135 if (sip->txbuf) 2136 if (sip->txbuf)
2136 g_object_unref(G_OBJECT(sip->txbuf)); 2137 g_object_unref(G_OBJECT(sip->txbuf));
2137 g_free(sip->realhostname); 2138 g_free(sip->realhostname);
2138 2139

mercurial