--- a/libpurple/protocols/gg/servconn.c Mon Mar 20 23:06:42 2023 -0500 +++ b/libpurple/protocols/gg/servconn.c Tue Mar 21 00:39:45 2023 -0500 @@ -65,7 +65,7 @@ void ggp_servconn_cleanup(void) { - g_list_free_full(global_data.server_history, &g_free); + g_clear_list(&global_data.server_history, g_free); } void ggp_servconn_add_server(const gchar *server)