Ver código fonte

[Minor] Oops, fix another case of dtors

tags/2.1
Vsevolod Stakhov 4 anos atrás
pai
commit
cb3a94c63d
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      src/lua/lua_regexp.c

+ 3
- 1
src/lua/lua_regexp.c Ver arquivo

@@ -900,5 +900,7 @@ luaopen_regexp (lua_State * L)
}

RSPAMD_DESTRUCTOR (lua_re_static_pool_dtor) {
rspamd_mempool_delete (regexp_static_pool);
if (regexp_static_pool) {
rspamd_mempool_delete (regexp_static_pool);
}
}

Carregando…
Cancelar
Salvar