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

Function freeModuleObject

app/redis-6.2.6/src/object.c:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void freeModuleObject(robj *o) {
355 moduleValue *mv = o->ptr;
356 mv->type->free(mv->value);
357 zfree(mv);
358}
359
360void freeStreamObject(robj *o) {
361 freeStream(o->ptr);

Callers 1

decrRefCountFunction · 0.85

Calls 1

zfreeFunction · 0.70

Tested by

no test coverage detected