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

Function release_context

libsigrok4DSL/input/in_vcd.c:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186static void release_context(struct context *ctx)
187{
188 g_slist_free_full(ctx->probes, free_probe);
189 g_free(ctx);
190}
191
192/* Remove empty parts from an array returned by g_strsplit. */
193static void remove_empty_parts(gchar **parts)

Callers 2

initFunction · 0.85
loadfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected