Fix two memleaks in the encryption code
authorVolker Lendecke <vl@samba.org>
Tue, 24 Mar 2009 22:29:35 +0000 (15:29 -0700)
committerMichael Adam <obnox@samba.org>
Tue, 31 Mar 2009 10:45:45 +0000 (12:45 +0200)
commit047706678d2ddf98c9efd43551c72e941610efd4
tree49f23e1823b1ceac56409c5d5c1667a6a2bfbe08
parent3d5652d419c8965f1ce21b5ece089c2005183b3b
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