mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
tests: Fix a memory leak when abandoning a file creation time test
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
b7b10cc7e0
commit
18c0088678
@ -409,6 +409,7 @@ test_g_file_info_creation_time (void)
|
|||||||
if (!dt)
|
if (!dt)
|
||||||
{
|
{
|
||||||
g_test_skip ("Skipping testing creation time as it’s not supported by the kernel");
|
g_test_skip ("Skipping testing creation time as it’s not supported by the kernel");
|
||||||
|
g_clear_object (&io_stream);
|
||||||
g_file_delete (file, NULL, NULL);
|
g_file_delete (file, NULL, NULL);
|
||||||
g_clear_object (&file);
|
g_clear_object (&file);
|
||||||
g_clear_object (&info);
|
g_clear_object (&info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user