mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Avoid a segfault in g_application_register()
Patch by Mikkel Kamstrup Erlandsen https://bugzilla.gnome.org/show_bug.cgi?id=639177
This commit is contained in:
parent
48f2731760
commit
eec2cb1af8
@ -668,7 +668,7 @@ g_application_impl_register (GApplication *application,
|
||||
g_free (impl->object_path);
|
||||
|
||||
g_slice_free (GApplicationImpl, impl);
|
||||
impl = NULL;
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user