Skip to content

Add explicit calls to rt_fe_cleanup() to early exits from rt_fe_init().

Front End module code:

Add explicit calls to rt_fe_cleanup() to early exits from rt_fe_init().

Fixes some bugs related to partial loading of the module:

  1. Crash on server shutdown that hangs up server.

  2. Can't reload module without rebooting server.

Closes #159 (closed).

Edited by Erik von Reis

Merge request reports