mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gio: Fix a GError memory leak in GDesktopAppInfo
Spotted by Coverity (CID: #1352961).
This commit is contained in:
parent
d8a7d5f168
commit
27660b178e
@ -3419,6 +3419,7 @@ run_update_command (char *command,
|
||||
* chance of debugging it.
|
||||
*/
|
||||
g_warning ("%s", error->message);
|
||||
g_error_free (error);
|
||||
}
|
||||
|
||||
g_free (argv[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user