Bug path

test_42a
‘test_42a’: events 1-2
487 void *p = malloc (1024); /* { dg-message "allocated here" } */
^~~~~~~~~~~~~
|
(1) allocated here
[...]
490} /* { dg-warning "leak of 'p'" } */
~
|
(2) ‘p’ leaks here; was allocated at (1)