2007-07-24 14:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/debug/dbgentry.c
! cleaned memory leak in not freed trap on debugger exit
This commit is contained in:
@@ -1472,6 +1472,11 @@ hb_dbgQuit( HB_DEBUGINFO *info )
|
||||
}
|
||||
ARRAY_DEL( HB_MODULEINFO, info->aModules, info->nModules, nModules );
|
||||
}
|
||||
if ( info->bToCursor )
|
||||
{
|
||||
info->bToCursor = FALSE;
|
||||
FREE( info->szToCursorModule );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user