Bug 1799 - Memory leak in cliconnect.c::cli_session_setup_ntlmssp
Summary: Memory leak in cliconnect.c::cli_session_setup_ntlmssp
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.7
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 09:22 UTC by Sean Chandler
Modified: 2004-09-21 15:01 UTC (History)
0 users

See Also:


Attachments
Fix (744 bytes, patch)
2004-09-21 00:57 UTC, Volker Lendecke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Chandler 2004-09-20 09:22:27 UTC
allocatged DATA_BLOB key used in cli_simple_set_signing is never freed.
Comment 1 Volker Lendecke 2004-09-21 00:57:06 UTC
Created attachment 673 [details]
Fix

Attached fix is in svn now. Thanks for pointing out that leak!

Volker
Comment 2 Björn Jacke 2004-09-21 15:01:43 UTC
.