]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Refix dlclose_leak.c test.
authorMark Wielaard <mark@klomp.org>
Tue, 16 Jan 2018 10:23:42 +0000 (11:23 +0100)
committerMark Wielaard <mark@klomp.org>
Tue, 16 Jan 2018 10:31:43 +0000 (11:31 +0100)
commit190c93d45400a4e5ede34e45fef4133683be31a4
tree96549f95775ed0ef63c3b0bf6babf0a87bb87077
parent400ad0e36e279aa80a23256abdde705dfa9d48b6
Refix dlclose_leak.c test.

By introducing an extra line to declare int i; we broke the expected
line numbers in the test. Just declare i on the same line as the for loop.
memcheck/tests/linux/dlclose_leak.c