Avoid excessive malloc and free in copyCommand robj creation (#8067)
Avoid multiple conditional judgments Avoid allocating robj->ptr when we're gonna replace it right after.
Please register or sign in to comment
Avoid multiple conditional judgments Avoid allocating robj->ptr when we're gonna replace it right after.