2011-07-05 13:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp
    ! Fixed: a possible GPF trap where a GC item was being released 
      in application code without owning it.
This commit is contained in:
Pritpal Bedi
2011-07-05 20:36:21 +00:00
parent 0dce9d54b5
commit e7a9ca26be
2 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-07-05 13:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp
! Fixed: a possible GPF trap where a GC item was being released
in application code without owning it.
2011-07-05 22:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
- disabled addition of header and libs paths for optional

View File

@@ -129,11 +129,12 @@ QVariant hbqt_fetchData( PHB_ITEM block, int type, int role, int par1, int par2
vv = * ( ( QFont * ) ( p->ph ) );
}
#if 0 /* As discussed on the devel-list with Przemek */
if( ret )
{
hb_itemRelease( ret );
}
#endif
hb_vmRequestRestore();
}