X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.c;h=8854f5a69afd7221931b606b6d0c24a6001426c9;hb=ae33433bec2a5648fed05594810a9a2dca933586;hp=963d0336e59c4000e24a0f51542776cbda9678b4;hpb=5f8cf332a6b8d177090a92405907fc695f13db97;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;