Module: kamailio
Branch: master
Commit: bff8cbb0a03deaea7b9c32f6c6d74525c34be5dd
URL:
https://github.com/kamailio/kamailio/commit/bff8cbb0a03deaea7b9c32f6c6d7452…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-11-15T14:40:56+01:00
auth_identity: added remarks section with note about libcurl leak on centos 6
- based on GH #853
---
Modified: modules/auth_identity/doc/auth_identity.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/bff8cbb0a03deaea7b9c32f6c6d7452…
Patch:
https://github.com/kamailio/kamailio/commit/bff8cbb0a03deaea7b9c32f6c6d7452…
---
diff --git a/modules/auth_identity/doc/auth_identity.xml
b/modules/auth_identity/doc/auth_identity.xml
index a3242ca..e049e5d 100644
--- a/modules/auth_identity/doc/auth_identity.xml
+++ b/modules/auth_identity/doc/auth_identity.xml
@@ -225,5 +225,16 @@ route[VERIFY]
...
]]></programlisting>
</section>
+ <section id="auth_identity.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>
</book>