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

Use LDAP_FREE not free

parent 11175ed9
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@ ldap_int_put_filter( BerElement *ber, const char *str_in )
rc = parens ? -1 : 0;
done:
free( freeme );
LDAP_FREE( freeme );
return rc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment