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:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
2007-07-20 18:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/libct/Makefile
|
||||
* harbour/contrib/libct/makefile.bc
|
||||
|
||||
@@ -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