Re: [PATCH] [objtoo] fix memory leak in special_get_alts
From: Josh Poimboeuf
Date: Mon Jun 22 2020 - 18:48:22 EST
On Sun, Jun 21, 2020 at 10:04:34PM -0400, Gaurav Singh wrote:
> Free alt before returning to avoid memory leak.
>
> Signed-off-by: Gaurav Singh <gaurav1086@xxxxxxxxx>
Hi Gaurav,
Since objtool is a short-lived (and performance sensitive) process, we
don't care about memory leaks. In fact we intentionally don't fix them.
--
Josh