Example #1
0
 public void FreeMessage()
 {
     if ((this._message != IntPtr.Zero))
     {
         LdapClientLibrary.ldap_msgfree(this._message);
     }
 }
Example #2
0
 public void CleanSearch()
 {
     LdapClientLibrary.ldap_msgfree(this._result);
 }