Files
redis/tests/unit/moduleapi
Binbin fa60cd1369 Fix memory leak in moduleFreeCommand (#11147)
Currently, we call zfree(cmd->args), but the argument array
needs to be freed recursively (there might be sub-args).
Also fixed memory leaks on cmd->tips and cmd->history.

Fixes #11145

(cherry picked from commit fc3956e8f4)
2022-09-21 22:42:01 +03:00
..