Skip to content
Snippets Groups Projects
Commit b800a28c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Plug leak of syn_names

parent 110dd5f2
Branches
Tags
No related merge requests found
......@@ -1017,6 +1017,7 @@ void
ldap_syntax_free( LDAP_SYNTAX * syn )
{
LDAP_FREE(syn->syn_oid);
LDAP_VFREE(syn->syn_names);
LDAP_FREE(syn->syn_desc);
free_extensions(syn->syn_extensions);
LDAP_FREE(syn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment