Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8ea131fc
Unverified
Commit
8ea131fc
authored
Sep 10, 2020
by
Oran Agra
Committed by
GitHub
Sep 10, 2020
Browse files
Fix leak in new blockedclient module API test (#7780)
parent
de8d3202
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/modules/blockedclient.c
View file @
8ea131fc
...
@@ -46,6 +46,9 @@ void *worker(void *arg) {
...
@@ -46,6 +46,9 @@ void *worker(void *arg) {
// Unblock client
// Unblock client
RedisModule_UnblockClient
(
bc
,
NULL
);
RedisModule_UnblockClient
(
bc
,
NULL
);
// Free the Redis module context
RedisModule_FreeThreadSafeContext
(
ctx
);
return
NULL
;
return
NULL
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment