Skip to content

Fix memory leak in ResetDataContext - #169

Open
Tom Molenhouse (tmolenh) wants to merge 1 commit into
microsoft:mainfrom
tmolenh:patch-1
Open

Fix memory leak in ResetDataContext#169
Tom Molenhouse (tmolenh) wants to merge 1 commit into
microsoft:mainfrom
tmolenh:patch-1

Conversation

@tmolenh

Copy link
Copy Markdown

CurrentTopLevelIndex starts at -1, so the loop should go to CurrentTopLevelIndex + 1. However, it was already fixed internally like this.

`CurrentTopLevelIndex` starts at -1, so the loop should go to `CurrentTopLevelIndex + 1`. However, it was already fixed internally like this.
@Jeannorma

Copy link
Copy Markdown

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