Update README.md
This commit is contained in:
parent
e9ea925e05
commit
32636ccd01
1 changed files with 1 additions and 2 deletions
|
@ -155,8 +155,7 @@ if (host.ok) {
|
|||
}
|
||||
```
|
||||
|
||||
__IMPORTANT: if the accessed value is a string or a timestamp, you must call
|
||||
`free(datum.u.s)` or `free(datum.u.ts)` respectively after usage. __
|
||||
***IMPORTANT: if the accessed value is a string or a timestamp, you must call `free(datum.u.s)` or `free(datum.u.ts)` respectively after usage. ***
|
||||
|
||||
## Building and installing
|
||||
|
||||
|
|
Loading…
Reference in a new issue