chronovu-la8: fix double free

This commit is contained in:
Bert Vermeulen 2012-08-03 14:18:02 +02:00
parent afc8831938
commit 8012ae1e3b
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ static void clear_instances(void)
if (sdi->priv) {
devc = sdi->priv;
ftdi_free(devc->ftdic);
g_free(devc);
}
sr_dev_inst_free(sdi);
}