mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 17:13:47 +08:00
Merge commit 'ec76f615851fd6a347cedaeb7b58e585840843f7' into libfibre
This commit is contained in:
@@ -265,6 +265,7 @@ LibFibreCtx* libfibre_open(LibFibreEventLoop event_loop) {
|
||||
ctx->fibre_ctx = fibre::open(ctx->event_loop);
|
||||
|
||||
if (!ctx->fibre_ctx) {
|
||||
FIBRE_LOG(E) << "fibre::open failed";
|
||||
delete ctx->event_loop;
|
||||
delete ctx;
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user