winpr/sspi/ntlm: Fix leak found by covscan
authorOndrej Holy <oholy@redhat.com>
Mon, 20 Aug 2018 07:52:24 +0000 (09:52 +0200)
committerOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 12:34:02 +0000 (14:34 +0200)
commit35bccd526227ea692a660dc26a85a64ed459370e
treee6c3189d94437bb0f81d76027531cd312d4df446
parent724bc7acd22e4345f0ed17507b9f5fd132297225
winpr/sspi/ntlm: Fix leak found by covscan

leaked_storage: Variable "sam" going out of scope leaks the storage it points to.
leaked_storage: Variable "s" going out of scope leaks the storage it points to.
leaked_storage: Variable "snt" going out of scope leaks the storage it points to.
winpr/libwinpr/sspi/NTLM/ntlm_compute.c
winpr/libwinpr/sspi/NTLM/ntlm_message.c