You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/88
-- Commit Summary --
* Cleanup CURL handle when the POST value can't be fetched from the PVAR
-- File Changes --
M modules/utils/functions.c (34)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/88.patch https://github.com/kamailio/kamailio/pull/88.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/88
Is the effective change the addition at line 121?
``` + curl_easy_cleanup(curl); ```
The rest seems to be indentation.
For the pull request to be accepted automatically, write the commit message according to the guidelines at:
* https://www.kamailio.org/wiki/devel/git-commit-guidelines#commit_message
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/88#issuecomment-74658081
Yes, the effective change is the CURL cleanup.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/88#issuecomment-74660839
Closed #88.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/88#event-238659528
Patch applied with the fix, to be backported.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/88#issuecomment-75127351