Skip to content
Snippets Groups Projects
  1. May 03, 2012
  2. May 02, 2012
  3. May 01, 2012
  4. Apr 30, 2012
    • Konstantin Osipov's avatar
      Fix a bug in tarantool_free() · 36799114
      Konstantin Osipov authored
      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.
      36799114
Loading