提交 f9c9b4bf 编写于 作者: W wyx

fix memory error on module unload

上级 0d179d17
......@@ -3085,7 +3085,7 @@ int moduleUnload(sds name) {
/* Remove from list of modules. */
serverLog(LL_NOTICE,"Module %s unloaded",module->name);
dictDelete(modules,module->name);
dictDeleteNoFree(modules,module->name);
moduleFreeModuleStructure(module);
return REDISMODULE_OK;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册