[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/24001] A memory leak issue was discovered in function debu
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/24001] A memory leak issue was discovered in function debug_init in debug.c |
Date: |
Fri, 04 Jan 2019 12:21:48 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24001
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |nickc at redhat dot com
Resolution|--- |FIXED
--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
Well this is the most trivial bug report that I have ever had to look at.
Honestly is it really worth reporting a memory leak of a few tens of bytes,
especially when they are released when the programs terminate ?
Anyway, I have gone ahead and fixed it because it was simple to trace down the
uses of the allocated structure and add a couple of free() statements.
--
You are receiving this mail because:
You are on the CC list for the bug.