]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/norma-dmm/api.c
Don't reset instance list in scan() callback
[libsigrok.git] / src / hardware / norma-dmm / api.c
index ee1c59ca30eb341cf2872204e92921e82c1795ce..024bcaed13c139387514bf1b208c476511de0ccd 100644 (file)
@@ -80,7 +80,6 @@ static GSList *scan(struct sr_dev_driver *drv, GSList *options)
 
        devices = NULL;
        drvc = drv->context;
-       drvc->instances = NULL;
        conn = serialcomm = NULL;
 
        for (l = options; l; l = l->next) {