mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
Merge pull request #5398 from bmerry/fix-zrealloc-accounting
Fix incorrect memory usage accounting in zrealloc
This commit is contained in:
@ -4019,6 +4019,8 @@ int main(int argc, char **argv) {
|
||||
return endianconvTest(argc, argv);
|
||||
} else if (!strcasecmp(argv[2], "crc64")) {
|
||||
return crc64Test(argc, argv);
|
||||
} else if (!strcasecmp(argv[2], "zmalloc")) {
|
||||
return zmalloc_test(argc, argv);
|
||||
}
|
||||
|
||||
return -1; /* test not found */
|
||||
|
Reference in New Issue
Block a user