This commit is contained in:
Arnaud 2026-06-13 21:12:06 +04:00
parent e0acc97eff
commit ddc2cba2c7
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -118,6 +118,7 @@ proc storage_new(
).isOkOr:
let msg = $error
callback(RET_ERR, unsafeAddr msg[0], cast[csize_t](len(msg)), userData)
discard storage_context.destroyStorageContext(ctx)
return nil
return ctx