Bug 6447 - [PATCH] Memory leak in lib/tdb/tools/tdbtorture.c
Summary: [PATCH] Memory leak in lib/tdb/tools/tdbtorture.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-06 12:09 UTC by Slava Semushin
Modified: 2009-06-06 15:35 UTC (History)
1 user (show)

See Also:


Attachments
Proposal fix (699 bytes, patch)
2009-06-06 12:10 UTC, Slava Semushin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Semushin 2009-06-06 12:09:44 UTC
Found by cppcheck:
[lib/tdb/tools/tdbtorture.c:326]: (error) Memory leak: pids

Patch will be attached.
Comment 1 Slava Semushin 2009-06-06 12:10:28 UTC
Created attachment 4251 [details]
Proposal fix
Comment 2 Volker Lendecke 2009-06-06 15:35:31 UTC
Pushed to master -- will be in the next release after 3.4

Thanks,

Volker