2009-12-18 03:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gtxwc/gtxwc.c
! fixed memory leak caused by unreleased text property value
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-18 03:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/gtxwc/gtxwc.c
|
||||
! fixed memory leak caused by unreleased text property value
|
||||
|
||||
2009-12-17 18:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbxbp/xbp3state.prg
|
||||
* contrib/hbxbp/xbpbrowse.prg
|
||||
|
||||
@@ -2163,6 +2163,8 @@ static void hb_gt_xwc_WndProc( PXWND_DEF wnd, XEvent *evt )
|
||||
#endif
|
||||
}
|
||||
}
|
||||
if( text.value )
|
||||
XFree( text.value );
|
||||
}
|
||||
}
|
||||
else if( wnd->ClipboardRequest == s_atomTargets )
|
||||
|
||||
Reference in New Issue
Block a user