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