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 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

Best regards


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3917/2229534519@github.com>