• Guy Benoish's avatar
    Modules: Fix blocked-client-related memory leak · d7d13721
    Guy Benoish authored
    If a blocked module client times-out (or disconnects, unblocked
    by CLIENT command, etc.) we need to call moduleUnblockClient
    in order to free memory allocated by the module sub-system
    and blocked-client private data
    
    Other changes:
    Made blockedonkeys.tcl tests a bit more aggressive in order
    to smoke-out potential memory leaks
    d7d13721
module.c 306 KB