| 941 if (priv->current_error) { |
941 if (priv->current_error) { |
| 942 g_free(priv->current_error->description); |
942 g_free(priv->current_error->description); |
| 943 g_free(priv->current_error); |
943 g_free(priv->current_error); |
| 944 } |
944 } |
| 945 |
945 |
| |
946 g_free(priv->id); |
| 946 g_free(priv->username); |
947 g_free(priv->username); |
| 947 g_free(priv->alias); |
948 g_free(priv->alias); |
| 948 g_free(priv->user_info); |
949 g_free(priv->user_info); |
| 949 g_free(priv->buddy_icon_path); |
950 g_free(priv->buddy_icon_path); |
| 950 g_free(priv->protocol_id); |
951 g_free(priv->protocol_id); |