On Mon, 08 Sep 2008, Mindaugas Kavaliauskas wrote: Hi Mindaugas,
> I'm back online (after 40 days of no email, no mobile phone, few > civilization). You are lucky man ;-) > My co-worker passed me a bug sample: [...] Many thanks for an example. It's caused by stupid typo. Look at hashes.c[653]: if( HB_IS_BYREF( pValue ) ) hb_itemUnRef( pValue ); It should be: if( HB_IS_BYREF( pValue ) ) pValue = hb_itemUnRef( pValue ); I'll commit fix ASAP. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour