]> git.sur5r.net Git - openldap/commit
ITS#7783 workaround stupid NSPR bug
authorHoward Chu <hyc@openldap.org>
Sun, 12 Jan 2014 21:43:55 +0000 (13:43 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 13 Jan 2014 19:46:36 +0000 (13:46 -0600)
commitd15f4e2f09b7b046e44c361a3b7295676933a3f3
tree92fe58454486b832be188c388720e59a8e3f35fa
parentac1607f25e00b7a94592818593873bdf58b9a9be
ITS#7783 workaround stupid NSPR bug

free(NULL) is supposed to be safe. "Portable wrapper libraries"
that fail to preserve this behavior are inherently broken.
But then again, this is Mozilla code, so that's redundant.
libraries/libldap/tls_m.c