Closed GoogleCodeExporter closed 9 years ago
This is intentional so that leveldb can be used in programs that contain
threads that are active while the process is exit-ing. If we attempted to
clean up the default Env, we would end up causing problems for background
threads.
My recommendation is to use valgrind to report only non-reachable memory, and
ignore or suppress any warnings related to reachable memory.
Also, see the answers to:
http://stackoverflow.com/questions/3840582/still-reachable-leak-detected-by-valg
rind
Original comment by san...@google.com
on 27 Jul 2012 at 10:38
Original issue reported on code.google.com by
gsai2...@gmail.com
on 27 Jul 2012 at 12:38