Skip to content
Snippets Groups Projects
Commit 36799114 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a bug in tarantool_free()

When salloc_init() fails, we call tarantool_free(),
which calls fiber_free(), which tries to destroy the fiber registry
hash, which has not been allocated.

Check that the hash has been allocated, before trying to destroy it.
parent 39d92ffe
No related branches found
No related tags found
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