Module: kamailio
Branch: master
Commit: b3d64393f9c9c87bf76f2d01e2fe4764a3c0aeca
URL: 
https://github.com/kamailio/kamailio/commit/b3d64393f9c9c87bf76f2d01e2fe4764a3c0aeca

Author: Federico Cabiddu <federico.cabi...@gmail.com>
Committer: Federico Cabiddu <federico.cabi...@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/b3d64393f9c9c87bf76f2d01e2fe4764a3c0aeca.diff
Patch: 
https://github.com/kamailio/kamailio/commit/b3d64393f9c9c87bf76f2d01e2fe4764a3c0aeca.patch

---

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

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to