Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mailru/tarantool
Browse files Browse the repository at this point in the history
  • Loading branch information
unera committed Dec 28, 2011
2 parents 740c87b + 20ac333 commit 4874079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tarantool.m
Expand Up @@ -392,7 +392,8 @@
#ifdef HAVE_BFD
symbols_free();
#endif
tarantool_lua_close(tarantool_L);
if (tarantool_L)
tarantool_lua_close(tarantool_L);
}

static void
Expand Down

0 comments on commit 4874079

Please sign in to comment.