mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
gio: Fix a memory leak in gportalsupport.c
Coverity CID: 1357527
This commit is contained in:
@@ -54,6 +54,8 @@ read_flatpak_info (void)
|
|||||||
g_strfreev (shared);
|
g_strfreev (shared);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_key_file_unref (keyfile);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user