Home
last modified time | relevance | path

Searched refs:annotation_row_free (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c126 static void annotation_row_free(void *data) in annotation_row_free() function
167 g_slist_free_full(dec->annotation_rows, &annotation_row_free); in decoder_free()
538 g_slist_free_full(annotation_rows, &annotation_row_free); in get_annotation_rows()