diff options
| -rw-r--r-- | src/map/if/ifMap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index 27a2820d..51865851 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -584,7 +584,7 @@ void If_ObjPerformMappingChoice( If_Man_t * p, If_Obj_t * pObj, int Mode, int fP  ***********************************************************************/  int If_ManPerformMappingRound( If_Man_t * p, int nCutsUsed, int Mode, int fPreprocess, int fFirst, char * pLabel )  { -    ProgressBar * pProgress; +    ProgressBar * pProgress = NULL;      If_Obj_t * pObj;      int i;      abctime clk = Abc_Clock(); | 
