Re: Do I need to ldap_memfree after ldap_get_lderrno? SDK docs say yes.
Rich Megginson <[email protected]> Mon, 31 Aug 2009 13:11:56 -0600
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
Matthew M. DeLoera wrote: > Sure! From the URL you mentioned: > > http://www.mozilla.org/directory/csdk-docs/function.htm#get-lderrno > > The "Getting Information About the Error" link (3 lines down) goes to: > > http://www.mozilla.org/directory/csdk-docs/using.htm#get_info_error > > Then, just scroll down the page to code example 5-6. Thanks. Fixed. Not sure when the update will refresh to the server. > > Regards, > - Matthew > > >>> Hi Rich! Yes - code example 5-6: >>> >>> - Go to chapter 18 (function reference). >>> - Jump to ldap_get_lderrno(). >>> - Jump to "Getting Information About the Error". >>> - Scroll down the page to Code Example 5-6. ldap_memfree() is being >>> called on the error message pointer. >>> >> >> I don't see that. I'm looking here - >> http://www.mozilla.org/directory/csdk-docs/function.htm#get-lderrno >> >> Can you post the URL you are referencing? >> >>> Thanks for the summary of intent. That helps me a lot! :) >>> >>> Regards, >>> - Matthew >>> >> _______________________________________________ >> dev-tech-ldap mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-tech-ldap >