2023-03-09 15:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbvm.h
* src/harbour.def
* added HB_EXPORT to functions dedicated to overload dynamic symbols
* src/rdd/hbsix/sxord.c
! use hb_itemRelease() instead of unnecessary hb_itemReturnRelease()
This commit is contained in:
@@ -3589,6 +3589,8 @@ hb_vmResumeThreads
|
||||
hb_vmSend
|
||||
hb_vmSetCDP
|
||||
hb_vmSetDefaultGT
|
||||
hb_vmSetDynFunc
|
||||
hb_vmSetFunction
|
||||
hb_vmSetKeyPool
|
||||
hb_vmSetLang
|
||||
hb_vmSetLinkedMain
|
||||
|
||||
@@ -720,7 +720,7 @@ HB_FUNC( SX_WILDSEEK )
|
||||
}
|
||||
else
|
||||
SELF_GOTO( pArea, 0 );
|
||||
hb_itemReturnRelease( Info.itmResult );
|
||||
hb_itemRelease( Info.itmResult );
|
||||
}
|
||||
|
||||
hb_retl( fFound );
|
||||
|
||||
Reference in New Issue
Block a user