https://bugs.kde.org/show_bug.cgi?id=362680
m <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.10.0 |3.21.0 CC| |[email protected] --- Comment #2 from m <[email protected]> --- Just checked that this is still an issue with 3.21: $ cat /tmp/leak.c && gcc -g -o /tmp/leak.exe /tmp/leak.c && valgrind --version && valgrind --quiet --error-exitcode=2 --track-fds=yes /tmp/leak.exe ; echo $? #include <stdio.h> int main() { fopen("/tmp/leak.c", "r"); } valgrind-3.21.0 ==1538349== FILE DESCRIPTORS: 4 open (3 std) at exit. ==1538349== Open file descriptor 3: /tmp/leak.c ==1538349== at 0x4967F35: open (open64.c:41) ==1538349== by 0x48F0705: _IO_file_open (fileops.c:188) ==1538349== by 0x48F08CA: _IO_file_fopen@@GLIBC_2.2.5 (fileops.c:280) ==1538349== by 0x48E4BCC: __fopen_internal (iofopen.c:75) ==1538349== by 0x401138: main (leak.c:2) ==1538349== ==1538349== 0 -- You are receiving this mail because: You are watching all bug changes.
