MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / srd_inst_free_all

Function srd_inst_free_all

libsigrokdecode4DSL/instance.c:1384–1390  ·  view source on GitHub ↗

@private */

Source from the content-addressed store, hash-verified

1382
1383/** @private */
1384SRD_PRIV void srd_inst_free_all(struct srd_session *sess)
1385{
1386 if (!sess)
1387 return;
1388
1389 g_slist_free_full(sess->di_list, (GDestroyNotify)srd_inst_free);
1390}
1391
1392/** @} */

Callers 2

srd_session_destroyFunction · 0.85
srd_decoder_unloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected