Module: kamailio
Branch: master
Commit: b3d64393f9c9c87bf76f2d01e2fe4764a3c0aeca
URL:
https://github.com/kamailio/kamailio/commit/b3d64393f9c9c87bf76f2d01e2fe476…
Author: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Committer: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Date: 2024-11-20T14:19:11+01:00
http_async_client: add fixup_free* to exported functions
---
Modified: src/modules/http_async_client/http_async_client_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/b3d64393f9c9c87bf76f2d01e2fe476…
Patch:
https://github.com/kamailio/kamailio/commit/b3d64393f9c9c87bf76f2d01e2fe476…
---
diff --git a/src/modules/http_async_client/http_async_client_mod.c
b/src/modules/http_async_client/http_async_client_mod.c
index 40c45bb4a23..0a9cbb0fbfb 100644
--- a/src/modules/http_async_client/http_async_client_mod.c
+++ b/src/modules/http_async_client/http_async_client_mod.c
@@ -166,7 +166,7 @@ enum http_time_name_t
/* clang-format off */
static cmd_export_t cmds[] = {
{"http_async_query", (cmd_function)w_http_async_query, 2,
- fixup_spve_spve, 0, ANY_ROUTE},
+ fixup_spve_spve, fixup_free_spve_spve, ANY_ROUTE},
{0, 0, 0, 0, 0, 0}
};