summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifMan.c')
-rw-r--r--src/map/if/ifMan.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/if/ifMan.c b/src/map/if/ifMan.c
index 686af7ae..a822f0bb 100644
--- a/src/map/if/ifMan.c
+++ b/src/map/if/ifMan.c
@@ -141,6 +141,9 @@ void If_ManRestart( If_Man_t * p )
***********************************************************************/
void If_ManStop( If_Man_t * p )
{
+ extern void If_ManCacheAnalize( If_Man_t * p );
+ if ( p->pPars->fVerbose && p->vCutData )
+ If_ManCacheAnalize( p );
/*
if ( p->pIfDsdMan )
{
@@ -190,6 +193,7 @@ void If_ManStop( If_Man_t * p )
Vec_IntFreeP( &p->vLags );
Vec_IntFreeP( &p->vTtDsds );
Vec_StrFreeP( &p->vTtPerms );
+ Vec_IntFreeP( &p->vCutData );
Vec_MemHashFree( p->vTtMem );
Vec_MemFreeP( &p->vTtMem );
Mem_FixedStop( p->pMemObj, 0 );