MCPcopy Create free account
hub / github.com/F-Stack/f-stack / freeFakeClientArgv

Function freeFakeClientArgv

app/redis-6.2.6/src/aof.c:732–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732void freeFakeClientArgv(struct client *c) {
733 int j;
734
735 for (j = 0; j < c->argc; j++)
736 decrRefCount(c->argv[j]);
737 zfree(c->argv);
738 c->argv_len_sum = 0;
739}
740
741void freeFakeClient(struct client *c) {
742 sdsfree(c->querybuf);

Callers 1

loadAppendOnlyFileFunction · 0.85

Calls 2

decrRefCountFunction · 0.85
zfreeFunction · 0.70

Tested by

no test coverage detected