| 626 g_free(attribs_str); |
626 g_free(attribs_str); |
| 627 } |
627 } |
| 628 g_match_info_free(match); |
628 g_match_info_free(match); |
| 629 |
629 |
| 630 if (pos < strlen(text_new) || in_any_tag) { |
630 if (pos < strlen(text_new) || in_any_tag) { |
| 631 purple_debug_fatal("gg", "ggp_message_format_to_gg: " |
631 purple_debug_error( |
| 632 "end of message not reached\n"); |
632 "gg", |
| |
633 "ggp_message_format_to_gg: end of message not reached"); |
| 633 } |
634 } |
| 634 |
635 |
| 635 /* releasing fonts resources */ |
636 /* releasing fonts resources */ |
| 636 ggp_font_free(font_new); |
637 ggp_font_free(font_new); |
| 637 ggp_font_free(font_current); |
638 ggp_font_free(font_current); |