resource.c (discount-2.2.3a.tar.bz2) | : | resource.c (discount-2.2.4.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
} | } | |||
/* bye bye footnote. | /* bye bye footnote. | |||
*/ | */ | |||
void | void | |||
___mkd_freefootnote(Footnote *f) | ___mkd_freefootnote(Footnote *f) | |||
{ | { | |||
DELETE(f->tag); | DELETE(f->tag); | |||
DELETE(f->link); | DELETE(f->link); | |||
DELETE(f->title); | DELETE(f->title); | |||
if ( f->text) ___mkd_freeParagraph(f->text); | ||||
} | } | |||
/* bye bye footnotes. | /* bye bye footnotes. | |||
*/ | */ | |||
void | void | |||
___mkd_freefootnotes(MMIOT *f) | ___mkd_freefootnotes(MMIOT *f) | |||
{ | { | |||
int i; | int i; | |||
if ( f->footnotes ) { | if ( f->footnotes ) { | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |