From 3a053453c69f6c30d812f99c32c84561e9caac0e Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Mon, 21 Mar 2022 17:07:00 +0800 Subject: [PATCH] sync refactor --- source/libs/sync/test/syncRefTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/sync/test/syncRefTest.cpp b/source/libs/sync/test/syncRefTest.cpp index 1a75ffa75f..8e9adbbc15 100644 --- a/source/libs/sync/test/syncRefTest.cpp +++ b/source/libs/sync/test/syncRefTest.cpp @@ -95,6 +95,7 @@ void *func(void *param) { } taosReleaseRef(tsNodeRefId, rid); + return NULL; } int main() {