Skip to content

refactor rewriteStreamObject code for adding missing streamIteratorStop call#7829

Merged
oranagra merged 1 commit intoredis:unstablefrom
hwware:rewrite_stream_obj_fix
Sep 22, 2020
Merged

refactor rewriteStreamObject code for adding missing streamIteratorStop call#7829
oranagra merged 1 commit intoredis:unstablefrom
hwware:rewrite_stream_obj_fix

Conversation

@hwware
Copy link
Contributor

@hwware hwware commented Sep 21, 2020

This commit adds streamIteratorStop call in rewriteStreamObject function in some of the return statement. Although currently this will not cause memory leak since stream id is only 16 bytes long, however I don't think this is the reason we don't call it.

@oranagra oranagra merged commit 23b50bc into redis:unstable Sep 22, 2020
oranagra pushed a commit that referenced this pull request Oct 27, 2020
…op call (#7829)

This commit adds streamIteratorStop call in rewriteStreamObject function in some of the return statement. Although currently this will not cause memory leak since stream id is only 16 bytes long.


(cherry picked from commit 23b50bc)
JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Nov 4, 2020
…op call (redis#7829)

This commit adds streamIteratorStop call in rewriteStreamObject function in some of the return statement. Although currently this will not cause memory leak since stream id is only 16 bytes long.
jschmieg pushed a commit to memKeyDB/memKeyDB that referenced this pull request Nov 6, 2020
…op call (redis#7829)

This commit adds streamIteratorStop call in rewriteStreamObject function in some of the return statement. Although currently this will not cause memory leak since stream id is only 16 bytes long.


(cherry picked from commit 23b50bc)
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.

2 participants