| 287 | } |
| 288 | |
| 289 | static void |
| 290 | free_footnote_ref(struct footnote_ref *ref) |
| 291 | { |
| 292 | hoedown_buffer_free(ref->contents); |
| 293 | free(ref); |
| 294 | } |
| 295 | |
| 296 | static void |
| 297 | free_footnote_list(struct footnote_list *list, int free_refs) |
no test coverage detected