[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8755: "ls -l" leaks memory
From: |
Pádraig Brady |
Subject: |
bug#8755: "ls -l" leaks memory |
Date: |
Mon, 30 May 2011 00:15:30 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
On 29/05/11 01:28, Ola Olsson wrote:
> <address@hidden>According to valgrind, ls -l leaks memory. I have
> included the "coreutils version", "uname -a" information, Expected output
> from valgrind ("ls") and non-expected output ("ls -l").
ls does leak but inconsequentially.
Explicitly freeing the memory would only waste
time managing the heap just before we'd exit anyway.
cheers,
Pádraig.