mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'socket-test-leak' into 'main'
tests: Fix a minor leak in the socket test See merge request GNOME/glib!3821
This commit is contained in:
commit
cbb29a54c3
@ -2537,6 +2537,7 @@ test_receive_bytes_from (void)
|
||||
g_socket_close (data->server, &error);
|
||||
g_assert_no_error (error);
|
||||
|
||||
g_object_unref (dest_addr);
|
||||
g_object_unref (client);
|
||||
|
||||
ip_test_data_free (data);
|
||||
|
Loading…
Reference in New Issue
Block a user