--- a/pidgin/pidginabout.c Wed Mar 22 03:22:50 2023 -0500 +++ b/pidgin/pidginabout.c Thu Mar 23 22:03:45 2023 -0500 @@ -144,6 +144,8 @@ if(!json_parser_load_from_stream(parser, istream, NULL, &error)) { g_critical("%s", error->message); + g_clear_error(&error); + return; } root_node = json_parser_get_root(parser);