Menu

#1079 openldap.c memory leak

closed-fixed
ldap (4)
5
2014-08-20
2012-01-16
tw84452852
No

in ldap_connecting() function,when ldap_parse_result return,if err != LDAP_PROTOCOL_ERROR, the memory which info point to isn't been freed.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2012-01-18

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

     
  • Daniel Stenberg

    Daniel Stenberg - 2012-01-18
    • status: open --> closed-fixed