Skip to content

gdbusaddress: Drop an unnecessary NULL check

Philip Withnall requested to merge pwithnall/glib:dbus-address-null-check into master

g_strsplit() never returns NULL, although it can return an empty strv (i.e. with its first element being NULL).

Drop a redundant NULL check.

Coverity CID: #1430976 Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports