• Binbin's avatar
    Fix memory leak in moduleFreeCommand (#11147) · fc3956e8
    Binbin authored
    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
    fc3956e8
module.c 512 KB