From 5add39f46c8323875fb56bc764a8ff627ad82f18 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期五, 08 十月 2021 11:12:06 +0800 Subject: [PATCH] Adjust the free action independent of the return value from the function return. --- src/bus_proxy_start.cpp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/bus_proxy_start.cpp b/src/bus_proxy_start.cpp index c3104a9..e2e4955 100644 --- a/src/bus_proxy_start.cpp +++ b/src/bus_proxy_start.cpp @@ -45,9 +45,6 @@ return NULL; } - - - void *svr_start(void *skptr) { int port = *(int *)skptr; -- Gitblit v1.8.0