Added recording of AIG subgraphs.

This commit is contained in:
Alan Mishchenko 2011-12-06 14:29:32 -08:00
parent 0f8b68aef8
commit f95e73c40b
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ Abc_Ntk_t * Abc_NtkRecUse()
Abc_NtkRecPs();
p->pNtk = NULL;
Abc_NtkRecStop();
Abc_NtkCleanData(pNtk);
return pNtk;
}