2007-12-13 18:05 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com)

* harbour/contrib/hbrddads/adsmgmnt.c
    ! Fixed memory leak in HB_FUNC( ADSMGGETLOCKOWNER )
      if ( pstUserInfo )
         hb_xfree( pstUserInfo );
This commit is contained in:
Pritpal Bedi
2007-12-13 01:56:20 +00:00
parent 684186b30a
commit b57a417ecf
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-12-13 18:05 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbrddads/adsmgmnt.c
! Fixed memory leak in HB_FUNC( ADSMGGETLOCKOWNER )
if ( pstUserInfo )
hb_xfree( pstUserInfo );
2007-12-12 22:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gt_tpl/gt_tpl.c
* harbour/source/rtl/gtdos/gtdos.c

View File

@@ -486,6 +486,8 @@ HB_FUNC( ADSMGGETLOCKOWNER )
{
hb_retnl( ulRetVal );
}
if ( pstUserInfo )
hb_xfree( pstUserInfo );
}
HB_FUNC( ADSMGGETSERVERTYPE ) /* Determine OS ADS is running on; see ADS_MGMT_* constants */