probe_groups: initialise sdi->probe_groups to NULL.

This commit is contained in:
Martin Ling 2013-04-21 21:05:03 +01:00 committed by Uwe Hermann
parent 54e7a3d0d7
commit 909cc050bf
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ SR_PRIV struct sr_dev_inst *sr_dev_inst_new(int index, int status,
sdi->model = model ? g_strdup(model) : NULL;
sdi->version = version ? g_strdup(version) : NULL;
sdi->probes = NULL;
sdi->probe_groups = NULL;
sdi->conn = NULL;
sdi->priv = NULL;