Fix memory leak

This commit is contained in:
michael-grunder
2026-03-03 17:11:29 -08:00
committed by Michael Grunder
parent e39d9b74f4
commit d90cfdb6bd
+2
View File
@@ -149,6 +149,8 @@ redis_sock_get_connection_pool(RedisSock *redis_sock)
ZSTR_LEN(persistent_id),
pool, le_redis_pconnect);
zend_string_release(persistent_id);
return pool;
}