d/ohmd: Fix build

fixes 2be4cbf4c3
This commit is contained in:
Christoph Haag 2023-01-22 22:04:47 +01:00
parent 2be4cbf4c3
commit 694baebd07

View file

@ -1306,7 +1306,5 @@ oh_device_create(ohmd_context *ctx, bool no_hmds, struct xrt_device **out_xdevs)
}
}
ohmd_device_settings_destroy(settings);
return created;
}