Skip to content

Commit 7878f35

Browse files
committed
Fix rebase leftover
1 parent d21d58b commit 7878f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/redisai.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ int RedisAI_TensorGet_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv
406406
else {
407407
RedisModule_ReplyWithError(ctx, "ERR unsupported dtype");
408408
}
409-
RedisModule_Free(dtypestr);
410409

411410
RedisModule_ReplyWithArray(ctx, ndims);
412411
for (long long i=0; i<ndims; i++) {

0 commit comments

Comments
 (0)