Skip to content

Commit

Permalink
CID 157204
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Jul 20, 2017
1 parent 1e0b065 commit 0438ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ redis_spprintf(RedisSock *redis_sock, short *slot TSRMLS_DC, char **ret, char *k

fmt++;
}
/* varargs cleanup */
va_end(ap);

/* Null terminate */
smart_string_0(&cmd);
Expand Down

0 comments on commit 0438ab4

Please sign in to comment.