Module: kamailio
Branch: master
Commit: c1e621d5347b32e04588efb93204ccdf13c3a2e6
URL:
https://github.com/kamailio/kamailio/commit/c1e621d5347b32e04588efb93204ccd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-11-15T14:40:25+01:00
xcap_client: added remarks section with note about libcurl leak on centos 6
- based on GH #853
---
Modified: modules/xcap_client/doc/xcap_client_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/c1e621d5347b32e04588efb93204ccd…
Patch:
https://github.com/kamailio/kamailio/commit/c1e621d5347b32e04588efb93204ccd…
---
diff --git a/modules/xcap_client/doc/xcap_client_admin.xml
b/modules/xcap_client/doc/xcap_client_admin.xml
index f33f2dc..9e98f0e 100644
--- a/modules/xcap_client/doc/xcap_client_admin.xml
+++ b/modules/xcap_client/doc/xcap_client_admin.xml
@@ -205,6 +205,17 @@ _empty_line_
</section>
</section>
+ <section id="xcap_client.s.remarks">
+ <title>Remarks</title>
+ <para>
+ Note: libcurl leak in CentOS 6 - this module uses libcurl library
+ and in case if you are using CentOS 6, be aware that standard
+ libcurl-7.19.7-52 has a memory leak. To fix this memory, install
+ libcurl from city-fan repository. More details at:
+ <ulink
url="https://www.digitalocean.com/community/questions/how-to-upgrade-c…
+
https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-cen…
+ </para>
+ </section>
</chapter>