bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] unfreed memory allocated within rl_initialize


From: Andreas Grapentin
Subject: [Bug-readline] unfreed memory allocated within rl_initialize
Date: Thu, 27 Nov 2014 12:58:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.0

Hello,

I am currently trying to verify that an application of mine does not
leak memory, and I noticed that the readline library does not free some
allocations below the rl_initialize function.

In numbers, these are approximately 200 blocks, totalling at 150kB. This
creates a lot of noise in my memory profiler, and I find it hard to
verify that no leaks are in my part of the code.
Am I using the library wrong, or is this expected behaviour?

Thanks,
Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]