Fix an RPC stall? How did this ever work? How is it supposed to work?

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4098 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-01-01 22:42:31 +00:00
parent 7cba1b21ad
commit 5342ddb2bd
3 changed files with 11 additions and 3 deletions

View File

@ -625,4 +625,5 @@ void tf_ssb_test_bench(const tf_test_options_t* options)
uv_loop_close(&loop);
sqlite3_close(db0);
sqlite3_close(db1);
}