Skip to content

Commit f8b9508

Browse files
committed
修改:README
1 parent 853548c commit f8b9508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,11 @@ void abe_example1(Session &sess) {
108108
int main()
109109
{
110110
try{
111+
initialize_abe();
111112
Session sess = get_connect();
112113
normal_example(sess);
113114
abe_example1(sess);
115+
shutdown_abe();
114116

115117
} catch (const Error& e) {
116118
cout << e.what() <<endl;

0 commit comments

Comments
 (0)