MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / GraphDecodeContext_Free

Function GraphDecodeContext_Free

src/serializers/decode_context.c:76–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void GraphDecodeContext_Free(GraphDecodeContext *ctx) {
77 if(ctx) {
78 raxFree(ctx->meta_keys);
79
80 if(ctx->multi_edge) {
81 array_free(ctx->multi_edge);
82 ctx->multi_edge = NULL;
83 }
84
85 rm_free(ctx);
86 }
87}
88

Callers 1

_GraphContext_FreeFunction · 0.85

Calls 2

array_freeFunction · 0.85
rm_freeFunction · 0.85

Tested by

no test coverage detected