Skip to content

Commit 3d1f280

Browse files
committed
* FIX [conf] free newly added acl_cache_mtx
Signed-off-by: Jaylin <jaylin@emqx.io>
1 parent 1132753 commit 3d1f280

File tree

1 file changed

+1
-0
lines changed
  • src/supplemental/nanolib

1 file changed

+1
-0
lines changed

src/supplemental/nanolib/conf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4330,6 +4330,7 @@ conf_auth_http_destroy(conf_auth_http *auth_http)
43304330
conf_auth_http_req_destroy(&auth_http->auth_req);
43314331
conf_auth_http_req_destroy(&auth_http->super_req);
43324332
conf_auth_http_req_destroy(&auth_http->acl_req);
4333+
nng_mtx_free(auth_http->acl_cache_mtx);
43334334
}
43344335

43354336
static void

0 commit comments

Comments
 (0)