Bug path

test_3
‘test_3’: events 1-2
35 FILE *f = fopen (path, "r"); /* { dg-message "opened here" } */
^~~~~~~~~~~~~~~~~
|
(1) opened here
36 return; /* { dg-warning "leak of FILE 'f'" } */
~~~~~~
|
(2) ‘f’ leaks here; was opened at (1)