MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / free_footnote_ref

Function free_footnote_ref

libraries/hoedown/src/document.c:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

free_footnote_listFunction · 0.85
is_footnoteFunction · 0.85

Calls 1

hoedown_buffer_freeFunction · 0.85

Tested by

no test coverage detected