bugfix in opt_share

This commit is contained in:
Clifford Wolf 2014-12-28 21:26:36 +01:00
parent 137f35373f
commit 951c72ba52

View file

@ -270,6 +270,7 @@ struct OptShareWorker
}
}
log(" Removing %s cell `%s' from module `%s'.\n", cell->type.c_str(), cell->name.c_str(), module->name.c_str());
cell_hash_cache.erase(cell);
module->remove(cell);
total_count++;
} else {