mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
[mod_redis] scan-build: Dereference of null pointer - cr_delete()
This commit is contained in:
@@ -478,6 +478,7 @@ static int cr_receivereply(REDIS rhnd, char recvtype)
|
||||
|
||||
static void cr_delete(REDIS rhnd)
|
||||
{
|
||||
if (!rhnd) return;
|
||||
if (rhnd->reply.multibulk.bulks != NULL)
|
||||
free(rhnd->reply.multibulk.bulks);
|
||||
if (rhnd->reply.multibulk.idxs != NULL)
|
||||
|
||||
Reference in New Issue
Block a user