mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
oops, forgot something
This commit is contained in:
parent
fcd9b482f9
commit
3cc5c162b4
@ -15,6 +15,8 @@ nn_externalComputer_t *nn_newExternalComputer(nn_Context *ctx, nn_externalComput
|
|||||||
nn_dealloc(&ctx->allocator, external, sizeof(nn_externalComputer_t));
|
nn_dealloc(&ctx->allocator, external, sizeof(nn_externalComputer_t));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
external->refc = 1;
|
||||||
|
external->table = table;
|
||||||
return external;
|
return external;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user