comparison: src/protocols/yahoo/yahoochat.c
src/protocols/yahoo/yahoochat.c
- changeset 10504
- eae130eefbfe
- parent 10394
- ad8f7dfef0cb
- child 10575
- f360d2dc8a1c
equal
deleted
inserted
replaced
| 1063 g_free(yrl->path); |
1063 g_free(yrl->path); |
| 1064 if (yrl->host) |
1064 if (yrl->host) |
| 1065 g_free(yrl->host); |
1065 g_free(yrl->host); |
| 1066 if (yrl->parse) |
1066 if (yrl->parse) |
| 1067 g_markup_parse_context_free(yrl->parse); |
1067 g_markup_parse_context_free(yrl->parse); |
| |
1068 g_free(yrl); |
| 1068 } |
1069 } |
| 1069 |
1070 |
| 1070 enum yahoo_room_type { |
1071 enum yahoo_room_type { |
| 1071 yrt_yahoo, |
1072 yrt_yahoo, |
| 1072 yrt_user, |
1073 yrt_user, |