From 3262ef0203e23399f3cab796391da06969c8306b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 11 Apr 2016 17:25:42 +0200 Subject: Support adding multiple instances of a decoder srd_inst_new() used the decoder ID as the instance ID, preventing the use of multiple instances of the same decoder in the same session. Simply append a numerical suffix to later instances to allow more. Required changes to cleanup to reliably free all memory. Valgrind checked. This fixes parts of bug #868. Based on original work by: Soeren Apel Signed-off-by: Karl Palsson --- libsigrokdecode-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsigrokdecode-internal.h') diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h index 9db255c..2609388 100644 --- a/libsigrokdecode-internal.h +++ b/libsigrokdecode-internal.h @@ -85,7 +85,7 @@ SRD_PRIV int srd_inst_decode(struct srd_decoder_inst *di, const uint8_t *inbuf, uint64_t inbuflen, uint64_t unitsize); SRD_PRIV int process_samples_until_condition_match(struct srd_decoder_inst *di, gboolean *found_match); SRD_PRIV void srd_inst_free(struct srd_decoder_inst *di); -SRD_PRIV void srd_inst_free_all(struct srd_session *sess, GSList *stack); +SRD_PRIV void srd_inst_free_all(struct srd_session *sess); /* log.c */ #if defined(G_OS_WIN32) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) -- cgit v1.2.3-70-g09d2