| 18 | } |
| 19 | |
| 20 | int test_fatal_free(AUT_LINE *test_line acl_unused, void *arg acl_unused) |
| 21 | { |
| 22 | char *ptr = NULL; |
| 23 | |
| 24 | acl_memory_debug_start(); |
| 25 | acl_myfree(ptr); |
| 26 | acl_memory_debug_stop(); |
| 27 | |
| 28 | /*not reached */ |
| 29 | return (0); |
| 30 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…