Skip to content
Snippets Groups Projects
  1. May 02, 2012
  2. May 01, 2012
  3. 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
  4. Apr 29, 2012
  5. Apr 28, 2012
  6. Apr 27, 2012
  7. Apr 26, 2012
Loading