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:
Przemysław Czerpak
2023-03-09 15:50:03 +01:00
parent 8aae3108f4
commit b7b69eb00e
4 changed files with 13 additions and 3 deletions

View File

@@ -3589,6 +3589,8 @@ hb_vmResumeThreads
hb_vmSend
hb_vmSetCDP
hb_vmSetDefaultGT
hb_vmSetDynFunc
hb_vmSetFunction
hb_vmSetKeyPool
hb_vmSetLang
hb_vmSetLinkedMain

View File

@@ -720,7 +720,7 @@ HB_FUNC( SX_WILDSEEK )
}
else
SELF_GOTO( pArea, 0 );
hb_itemReturnRelease( Info.itmResult );
hb_itemRelease( Info.itmResult );
}
hb_retl( fFound );