oops, forgot something

This commit is contained in:
IonutParau 2025-07-31 16:47:29 +02:00
parent fcd9b482f9
commit 3cc5c162b4

View File

@ -15,6 +15,8 @@ nn_externalComputer_t *nn_newExternalComputer(nn_Context *ctx, nn_externalComput
nn_dealloc(&ctx->allocator, external, sizeof(nn_externalComputer_t));
return NULL;
}
external->refc = 1;
external->table = table;
return external;
}