Skip to content

Commit 7630a1f

Browse files
committed
remove an unnecessary note
1 parent 5b34ad6 commit 7630a1f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ Please refer to the following files for more detailed information.
9292

9393
Note:
9494
1. The current API might be changed in the next version. e.g. ContainerInfo
95-
2. References to objects obtained using the get method described below must be referenced prior to executing the methods. When referencing after the execution of the get methods, please copy the basic data type such as string from the object and reference it to the copied data.
96-
- get_container_info
97-
98-
Please refer to the following note from C Client API Reference document for detailed information of the reason behind the implementation:
99-
100-
"In order to store the variable-length data such as string or array, it uses a temporary memory area.
101-
This area is valid until this function or similar functions which use a temporary memory area.
102-
The behavior is undefined when the area which has been invalidated is accessed."
10395

10496
## Community
10597

0 commit comments

Comments
 (0)