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
18b30467
Commit
18b30467
authored
Sep 10, 2020
by
Oran Agra
Browse files
Fix leak in new blockedclient module API test
(cherry picked from commit 0e20ad14a6a857cb168b808f94721df19b23dc0c)
parent
0052d519
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/modules/blockedclient.c
View file @
18b30467
...
...
@@ -46,6 +46,9 @@ void *worker(void *arg) {
// Unblock client
RedisModule_UnblockClient
(
bc
,
NULL
);
// Free the Redis module context
RedisModule_FreeThreadSafeContext
(
ctx
);
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