]> granicus.if.org Git - curl/commit
Since the NSS lib closes the socket the memory tracking system wrongly gets a
authorDaniel Stenberg <daniel@haxx.se>
Wed, 28 Oct 2009 20:30:23 +0000 (20:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 28 Oct 2009 20:30:23 +0000 (20:30 +0000)
commit6a79b0e8591ec94adcc49809bf1ab8cf66f1bb41
treeb1b8b301d39caaee4e22277b84fbc52545d03b5d
parent0d9f14f5c17e4a3888dedbc8d568a55979fc05f0
Since the NSS lib closes the socket the memory tracking system wrongly gets a
false positive on a leaked socket, so this introduces a way to tell the system
that the socket is indeed closed without explicitly closing it!
lib/memdebug.c
lib/memdebug.h
lib/nss.c