Skip to content

Commit

Permalink
removed superfluous ldap_memfree(error) from LDAPerror()
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 24, 2017
1 parent 44a4bfa commit 30aa3f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Modules/
* an empty info message is replaced with str(errno) if errno is non-zero
which gives more information e.g. in case of ldap.SERVER_DOWN
(thanks to Markus Klein)
* removed superfluous ldap_memfree(error) from LDAPerror()
(thanks to Markus Klein)

Tests/
* re-factored t_ldap_schema_tokenizer.py
Expand Down Expand Up @@ -1353,4 +1355,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.414 2017/04/24 18:32:50 stroeder Exp $
$Id: CHANGES,v 1.415 2017/04/24 18:39:44 stroeder Exp $

0 comments on commit 30aa3f9

Please sign in to comment.