libpurple/protocols/gg/message-prpl.c

changeset 41091
fa2d6b0a4912
parent 41084
72d6941bfa2e
child 41979
31c32b8d4bef
equal deleted inserted replaced
41090:741992355ead 41091:fa2d6b0a4912
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);

mercurial