• Matt Stancliff's avatar
    Fix clang analyzer warning · 9b83ddc2
    Matt Stancliff authored
    redisAsyncInitialize() can return NULL, but then we pass
    the return value from redisAsyncInitialize() into something
    dereferencing the return value, which can cause crashies.
    9b83ddc2
async.c 22.4 KB