asix-sigma: fix double free
This commit is contained in:
parent
8012ae1e3b
commit
228b2cccaf
|
@ -426,7 +426,6 @@ static void clear_instances(void)
|
||||||
if (sdi->priv) {
|
if (sdi->priv) {
|
||||||
devc = sdi->priv;
|
devc = sdi->priv;
|
||||||
ftdi_free(&devc->ftdic);
|
ftdi_free(&devc->ftdic);
|
||||||
g_free(devc);
|
|
||||||
}
|
}
|
||||||
sr_dev_inst_free(sdi);
|
sr_dev_inst_free(sdi);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue