Fix two memleaks in the encryption code
commitb559de0f9489ff014f2cdef26e09f0915713efba
authorVolker Lendecke <vl@samba.org>
Tue, 24 Mar 2009 22:29:35 +0000 (24 15:29 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 12:06:56 +0000 (27 13:06 +0100)
treeb588b8b35fe4a03c08c25ff35f1794cb1a83914d
parentd0931439975696b1d4a1ca024c6aa549da29b222
Fix two memleaks in the encryption code

ntlmssp_seal_packet creates its own signature data blob, which we then
have to free.

Jeremy, please check and merge appropriately (Yes, I'm asking you to do the
janitor work, I want you to *look* at this :-))

Volker
(cherry picked from commit 525af716cd52500a4e3dccf9eeb9ea85f86be7ca)
source/libsmb/smb_seal.c