| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/xfree.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | - | |||||||
| 8 | void | - | ||||||
| 9 | xfree (void * string) | - | ||||||
| 10 | { | - | ||||||
| 11 | if (string
| 0 | ||||||
| 12 | free (string); never executed: free (string); | 0 | ||||||
| 13 | } never executed: end of block | 0 | ||||||
| Switch to Source code | Preprocessed file |