Hi @miconda
I saw your last update on nghttp2, I tested it, still the same error, with my poor
experience i think that the module has problem freeing the memory, either it is not
allocated or already free, the problem is exactlly with the part :
"static int ksr_nghttp2_reply_header_clear(void)"
removing the changes done in this
[
commit](https://github.com/kamailio/kamailio/commit/671b874a31fb10c6c9e9a24…
to the file "nghttp2_mod.c" fix the issue, so I would suggest to look at this
part of the code and try to find the issue with the free() function.
here is the code dump with the latest changes you made.
[
core17152.zip](https://github.com/user-attachments/files/16240868/core17152…
Best regards
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3917#issuecomment-2229534519
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3917/2229534519(a)github.com>