Example #1
0
static void
mt_output_line_free(MtOutputLine* line)
{
  assert(line != NULL);
  mt_free_object(line);
}
Example #2
0
void mt_note_free(MtNote* note)
{
  assert(note != NULL);

  mt_free_object(note);
}