]> git.sur5r.net Git - openldap/commit
consistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Synta...
authorPierangelo Masarati <ando@openldap.org>
Thu, 16 Aug 2007 12:08:47 +0000 (12:08 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 16 Aug 2007 12:08:47 +0000 (12:08 +0000)
commit51152d83a3b6818cba72a859070790a0e2f065e4
tree2c975464b5ddd59af46f644957c5622e77c0d55e
parent3771d2ed49186ecbacb73df619550644d031baaa
consistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Syntax) for areray of superiors; free resources also in case of failure of syn_insert()
servers/slapd/syntax.c