mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio: Fix a memory leak in gportalsupport.c
Coverity CID: 1357527
This commit is contained in:
parent
e0bb25c214
commit
e694d1b673
@ -54,6 +54,8 @@ read_flatpak_info (void)
|
||||
g_strfreev (shared);
|
||||
}
|
||||
}
|
||||
|
||||
g_key_file_unref (keyfile);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user