diff options
| -rw-r--r-- | gdbus/object.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbus/object.c b/gdbus/object.c index 432a8a0c..a41617d5 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -494,6 +494,9 @@ gboolean g_dbus_unregister_interface(DBusConnection *connection,  	struct generic_data *data = NULL;  	struct interface_data *iface; +	if (!path) +		return FALSE; +  	if (dbus_connection_get_object_path_data(connection, path,  						(void *) &data) == FALSE)  		return FALSE;  | 
