Bug 6391 - [PATCH] File descriptors leak in source3/utils/log2pcaphex.c
Summary: [PATCH] File descriptors leak in source3/utils/log2pcaphex.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: Volker Lendecke
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 13:23 UTC by Slava Semushin
Modified: 2009-05-25 09:28 UTC (History)
0 users

See Also:


Attachments
Fix for resource leak in source3/utils/log2pcaphex.c (786 bytes, patch)
2009-05-22 13:25 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-05-22 13:23:00 UTC
Hello!

cppcheck and me found another leak: now in source3/utils/log2pcaphex.c

Patch in attach.
Comment 1 Slava Semushin 2009-05-22 13:25:54 UTC
Created attachment 4185 [details]
Fix for resource leak in source3/utils/log2pcaphex.c

Proposal patch.

P.S. Probably I post bug to wrong Product, so please correct it if you wish.
Comment 2 Volker Lendecke 2009-05-25 09:28:11 UTC
Pushed with 326237c4dd3b, thanks!

Volker