test: replace free to g_free because g_strdup_printf using g_malloc

This commit is contained in:
GermanAizek 2025-08-22 23:29:17 +03:00 committed by Simon McVittie
parent 649411f65d
commit 7015de5160

View file

@ -953,7 +953,7 @@ test_check_tcp_works (void)
"%s",
system_message);
g_test_skip (skip_message);
free (skip_message);
g_free (skip_message);
}
if (addrs != NULL)