]> granicus.if.org Git - curl/commit
socks_sspi.c: added pointer guards to FreeContextBuffer calls
authorMarc Hoersken <info@marc-hoersken.de>
Fri, 18 Apr 2014 21:24:41 +0000 (23:24 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 18 Apr 2014 21:24:41 +0000 (23:24 +0200)
commite81bdab13eda838b864148f307acc549444fb57d
tree9a03012e35c305634689adb2161dcf21d5c3d310
parent54df616729e8edd514b44bc71fd05314001c468e
socks_sspi.c: added pointer guards to FreeContextBuffer calls

The FreeContextBuffer SAL declaration does not declare the pointer
as optional, therefore it must not be NULL.
lib/socks_sspi.c