Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedback: error in box_tuple_unref return value #3260

Closed
TarantoolBot opened this issue Dec 7, 2022 · 0 comments · Fixed by #3565
Closed

feedback: error in box_tuple_unref return value #3260

TarantoolBot opened this issue Dec 7, 2022 · 0 comments · Fixed by #3565
Assignees
Labels
factual error Factual error in functionality description reference [location] Tarantool manual, Reference part

Comments

@TarantoolBot
Copy link
Collaborator

<…>nter of tuple.
Parameters:
tuple (box_tuple_t*) – a tuple

**|Returns:-1 on error

|Returns:0** otherwise

See also: box_tuple_ref()

uint32_t b<…>

https://www.tarantool.io/en/doc/latest/dev_guide/reference_capi/tuple/#c.box_tuple_unref

signature is void box_tuple_unref(box_tuple_t *tuple), so it returns nothing

@p7nov p7nov self-assigned this Jul 10, 2023
@p7nov p7nov added factual error Factual error in functionality description reference [location] Tarantool manual, Reference part labels Jul 10, 2023
@p7nov p7nov changed the title feedback: Module tuple | Tarantool feedback: error in box_tuple_unref return value Jul 10, 2023
@p7nov p7nov mentioned this issue Jul 10, 2023
p7nov added a commit that referenced this issue Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
factual error Factual error in functionality description reference [location] Tarantool manual, Reference part
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants