X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.c;fp=src%2Fhardware%2Ffx2lafw%2Fprotocol.c;h=8854f5a69afd7221931b606b6d0c24a6001426c9;hb=565b006cc190a7e421198520ed201f07f1d09f61;hp=963d0336e59c4000e24a0f51542776cbda9678b4;hpb=eabf9ca630f464cef9586a6ca4e740d28c4b1da3;p=libsigrok.git diff --git a/src/hardware/fx2lafw/protocol.c b/src/hardware/fx2lafw/protocol.c index 963d0336..8854f5a6 100644 --- a/src/hardware/fx2lafw/protocol.c +++ b/src/hardware/fx2lafw/protocol.c @@ -255,6 +255,7 @@ SR_PRIV struct dev_context *fx2lafw_dev_new(void) devc = g_malloc0(sizeof(struct dev_context)); devc->profile = NULL; + devc->channel_names = NULL; devc->fw_updated = 0; devc->cur_samplerate = 0; devc->limit_frames = 1;