Skip to content

Conversation

jschmieg
Copy link

@jschmieg jschmieg commented Jul 2, 2020

This change is Reviewable

Copy link

@michalbiesek michalbiesek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 5 files reviewed, 1 unresolved discussion (waiting on @jschmieg)


src/dict.c, line 315 at r1 (raw file):

     * more frequently. */
    ht = dictIsRehashing(d) ? &d->ht[1] : &d->ht[0];
    entry = zmalloc_dram(sizeof(*entry));

zfree(he);

@pmem-bot-ae
Copy link

Can one of the admins verify this patch?

PatKamin added a commit to PatKamin/redis that referenced this pull request Oct 28, 2022
[5.0.1-devel] Fix make test failing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants