diff --git a/lib/wp/device.c b/lib/wp/device.c index 3e71ed98..f94d4291 100644 --- a/lib/wp/device.c +++ b/lib/wp/device.c @@ -438,7 +438,7 @@ spa_device_event_object_info (void *data, uint32_t id, g_autoptr (WpProperties) props = NULL; type = spa_debug_type_short_name (info->type); - props = wp_properties_new_wrap_dict (info->props); + props = wp_properties_new_copy_dict (info->props); wp_debug_object (self, "object info: id:%u type:%s factory:%s", id, type, info->factory_name);