Fix two memleaks in the encryption code
commit87db788f029b52cbe9896b240a9d5251372600b7
authorVolker Lendecke <vl@samba.org>
Tue, 24 Mar 2009 22:25:56 +0000 (24 15:25 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 13:15:53 +0000 (27 14:15 +0100)
tree774a0d076c0f9ba5e195aba8382cb1aa0576bea4
parent90afa009432fe4ad7869a9bd259f9707176ea2c5
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 4d0cfb46e449e85646e05df2c4efe7dffa670edd)
source/libsmb/smb_seal.c