Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0438ab4

Browse files
committed
CID 157204
1 parent 1e0b065 commit 0438ab4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

library.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,8 @@ redis_spprintf(RedisSock *redis_sock, short *slot TSRMLS_DC, char **ret, char *k
625625

626626
fmt++;
627627
}
628+
/* varargs cleanup */
629+
va_end(ap);
628630

629631
/* Null terminate */
630632
smart_string_0(&cmd);

0 commit comments

Comments
 (0)