enhanced error handling in some object allocation functions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-25 13:55:03 +09:00
parent ba2e5d1ed6
commit 2bd510181c
4 changed files with 44 additions and 13 deletions

View File

@ -2404,7 +2404,7 @@ HCL_EXPORT int hcl_addliteraltocode (
);
/**
* The hcl_brewcode() initializes the structure pointed to by \a code.partially or entirely.
* The hcl_brewcode() initializes the structure pointed to by \a code partially or entirely.
* The part already initialized is not destroyed and/or reinitialized.
*/
HCL_EXPORT int hcl_brewcode (
@ -2413,7 +2413,7 @@ HCL_EXPORT int hcl_brewcode (
);
/**
* The hcl_purgecode() function cleans up the data held in memory
* The hcl_purgecode() function cleans up the data held in code space memory
* pointed to by \a code.
*/
HCL_EXPORT void hcl_purgecode (