Skip to content

listeners: Fix crash on NULL listener

Samuel Thibault requested to merge sthibaul/at-spi2-core:listener-NULL into master

We shouldn't call _atspi_device_listener_get_path before checking that listener is not NULL.

Merge request reports