X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=instance.c;fp=instance.c;h=17809be9a2b3777829f91a9935c1739d7d850c96;hp=a94118f2430de4991f70708522999fc49e02b53c;hb=8f14effc02e20fe562f1081b8155e7fb93b22dcf;hpb=2d661bcb259dedee1857e90749418ce72f571ba6 diff --git a/instance.c b/instance.c index a94118f..17809be 100644 --- a/instance.c +++ b/instance.c @@ -223,7 +223,7 @@ SRD_API int srd_inst_channel_set_all(struct srd_decoder_inst *di, return SRD_ERR_ARG; } - new_channelmap = g_malloc(sizeof(int) * di->dec_num_channels); + new_channelmap = g_malloc0(sizeof(int) * di->dec_num_channels); /* * For now, map all indexes to channel -1 (can be overridden later).