Skip to content
Snippets Groups Projects
Commit 438ce64e authored by mechanik20051988's avatar mechanik20051988 Committed by Vladimir Davydov
Browse files

test: fix incorrect resource release

There were two problems with resource release in performance test:
- because of manually zeroing of `box_tuple_last`, tuple_format
  structure was not deleted. `box_tuple_last` should be zeroed in
  `tuple_free` function.
- invalid loop for resource release in one of the test cases.
This patch fix both problems.

NO_CHANGELOG=test fix
NO_DOC=test fix
parent 51d0a9b2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment