diff -r a39305511805 -r 3fc2d2b7b7a8 pidgin/pidgindebug.c --- a/pidgin/pidgindebug.c Wed Mar 22 03:22:50 2023 -0500 +++ b/pidgin/pidgindebug.c Thu Mar 23 22:03:45 2023 -0500 @@ -236,7 +236,6 @@ static void do_regex(PidginDebugWindow *win, GtkTextIter *start, GtkTextIter *end) { - GError *error = NULL; GMatchInfo *match; gint initial_position; gint start_pos, end_pos; @@ -297,7 +296,7 @@ } } - g_match_info_next(match, &error); + g_match_info_next(match, NULL); } g_match_info_free(match);