Module: kamailio Branch: master Commit: 972d8fb36e88703d51c9a58965c3e4a34f444feb URL: https://github.com/kamailio/kamailio/commit/972d8fb36e88703d51c9a58965c3e4a34f444feb
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-20T10:00:13+01:00 seas: updated comment about reply_lump field --- Modified: src/modules/seas/seas_action.c --- Diff: https://github.com/kamailio/kamailio/commit/972d8fb36e88703d51c9a58965c3e4a34f444feb.diff Patch: https://github.com/kamailio/kamailio/commit/972d8fb36e88703d51c9a58965c3e4a34f444feb.patch --- diff --git a/src/modules/seas/seas_action.c b/src/modules/seas/seas_action.c index 6cb1bb3c64f..660ad2c6ed1 100644 --- a/src/modules/seas/seas_action.c +++ b/src/modules/seas/seas_action.c @@ -946,10 +946,10 @@ static inline void free_sip_msg_lite(struct sip_msg *my_msg) free_lump_list(my_msg->add_rm); if(my_msg->body_lumps) free_lump_list(my_msg->body_lumps); - /* this is not in lump_struct.h, and anyhow it's not supposed to be any lumps - * in our messages... or is it? - if (my_msg->reply_lump) free_reply_lump(my_msg->reply_lump); - */ + /* this is not in lump_struct.h, and anyhow it's not supposed + * to be any lumps in our messages... or is it? + * if (my_msg->reply_lump) free_reply_lump_list(my_msg->reply_lump); + */ } } _______________________________________________ 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!
