Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak if a RedisCommand object were to be reused. That is, …
…a memory leak would have occured if the methods format() or formatArgv() were to be used more than once on the same object. This change simply ensures that currently allocated memory gets freed before new memory gets allocated. (sonic-net#392)
- Loading branch information