scsh-checkins
[Top] [All Lists]

[Scsh-checkins] scsh-ldap/scheme interfaces.scm ldap.scm types.scm

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] scsh-ldap/scheme interfaces.scm ldap.scm types.scm
From: Eric Knauel <eknauel@users.sourceforge.net>
Date: Sat Feb 14 07:45:01 2004
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-ldap/scheme
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1458/scheme

Modified Files:
        interfaces.scm ldap.scm types.scm 
Log Message:
A try to fix automatic memory handling for LDAP structures.

- free ldap-messages of type result

- free ldap-messages of type entry if and only if ldap_first_entry()
  converted from a result into an entry

- don't free ldap-messages of type entry

- entries depend on results, so don't free result before entries
  derived from it



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] scsh-ldap/scheme interfaces.scm ldap.scm types.scm, Eric Knauel <=