2008-05-25 17:45 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtwvg/gtwvg.c
! Fixed two resource leaks.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-05-25 17:45 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/gtwvg/gtwvg.c
|
||||
! Fixed two resource leaks.
|
||||
|
||||
2008-05-25 14:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbclipsm/date.c
|
||||
! Fixed internal error in MDY(), DMY(). Thanks Petr.
|
||||
|
||||
@@ -1509,7 +1509,14 @@ static void hb_wvt_gtExitGui( void )
|
||||
ReleaseDC( _s.hWnd, _s.hdc );
|
||||
_s.hdc = NULL;
|
||||
}
|
||||
|
||||
if( _s.hFont )
|
||||
{
|
||||
DeleteObject( _s.hFont );
|
||||
}
|
||||
if( _s.hWndTT )
|
||||
{
|
||||
DestroyWindow( _s.hWndTT );
|
||||
}
|
||||
if( _s.hCompDC )
|
||||
{
|
||||
DeleteDC( _s.hCompDC );
|
||||
|
||||
Reference in New Issue
Block a user