Module: kamailio Branch: master Commit: d3118f7a48735c05c7d90db2ae37651782732742 URL: https://github.com/kamailio/kamailio/commit/d3118f7a48735c05c7d90db2ae37651782732742
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-09T13:50:39+01:00 debugger: remove destroy of internal structures on shutdown --- Modified: src/modules/debugger/debugger_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/d3118f7a48735c05c7d90db2ae37651782732742.diff Patch: https://github.com/kamailio/kamailio/commit/d3118f7a48735c05c7d90db2ae37651782732742.patch --- diff --git a/src/modules/debugger/debugger_mod.c b/src/modules/debugger/debugger_mod.c index 64e71883cd8..2ec44aade5e 100644 --- a/src/modules/debugger/debugger_mod.c +++ b/src/modules/debugger/debugger_mod.c @@ -232,7 +232,6 @@ static int child_init(int rank) static void mod_destroy(void) { dbg_cfg = NULL; - dbg_destroy_mod_levels(); } /** _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
