Explorar el Código

[Minor] Oops, fix another case of dtors

tags/2.1
Vsevolod Stakhov hace 4 años
padre
commit
cb3a94c63d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      src/lua/lua_regexp.c

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

@@ -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);
}
}

Cargando…
Cancelar
Guardar