• sundb's avatar
    Fix failing moduleconfigs tests and memory leak (#10501) · b8eb2a73
    sundb authored
    Fix global `strval` not reset to NULL after being freed, causing a crash on alpine
    (most likely because the dynamic library loader doesn't init globals on reload)
    By the way, fix the memory leak of using `RedisModule_Free` to free `RedisModuleString`,
    and add a corresponding test.
    b8eb2a73
moduleconfigs.tcl 13.2 KB