Merge commit 'ec76f615851fd6a347cedaeb7b58e585840843f7' into libfibre

This commit is contained in:
Samuel Sadok
2021-01-11 16:59:36 +01:00
5 changed files with 21 additions and 11 deletions
+1
View File
@@ -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;