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/shm/hashtable.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/shm/hashtable.cpp b/src/shm/hashtable.cpp index c4a81fc..8593cca 100755 --- a/src/shm/hashtable.cpp +++ b/src/shm/hashtable.cpp @@ -178,7 +178,6 @@ goto suc; } val = _hashtable_get(hashtable, key); - // val = 1鏄痑llockey鐨勬儏鍐� if(val != NULL && val != (void *)1) goto fail; -- Gitblit v1.8.0