Skip to content

radv: Simplify the meta init fail path

Move most of the the cleanup into radv_device_init_meta. In my opinion, we could simplify this a bit more aggressively by just calling every finish function upon failing.

Merge request reports