mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Merge branch 'patch-2' into 'master'
Fix potential Null pointer dereference See merge request GNOME/glib!60
This commit is contained in:
commit
68d99c766b
@ -1247,8 +1247,8 @@ handle_remove_match (_GFreedesktopDBus *object,
|
||||
else
|
||||
_g_freedesktop_dbus_complete_remove_match (object, invocation);
|
||||
}
|
||||
|
||||
match_free (match);
|
||||
if (match)
|
||||
match_free (match);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user