Fix a memory leak in indexof() when evaluating an invalid expression#10916
Closed
yegappan wants to merge 1 commit intovim:masterfrom
Closed
Fix a memory leak in indexof() when evaluating an invalid expression#10916yegappan wants to merge 1 commit intovim:masterfrom
yegappan wants to merge 1 commit intovim:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10916 +/- ##
==========================================
- Coverage 81.81% 81.81% -0.01%
==========================================
Files 158 158
Lines 186400 186403 +3
Branches 42133 42133
==========================================
+ Hits 152499 152501 +2
- Misses 21409 21416 +7
+ Partials 12492 12486 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
jamespeapen
pushed a commit
to jamespeapen/vim
that referenced
this pull request
Sep 21, 2022
Problem: indexof() may leak memory. Solution: Free allocated values. (Yegappan Lakshmanan, closes vim#10916)
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Feb 26, 2023
Problem: indexof() may leak memory. Solution: Free allocated values. (Yegappan Lakshmanan, closes vim/vim#10916) vim/vim@63acae1 Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Feb 26, 2023
Problem: indexof() may leak memory. Solution: Free allocated values. (Yegappan Lakshmanan, closes vim/vim#10916) vim/vim@63acae1 Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
yesean
pushed a commit
to yesean/neovim
that referenced
this pull request
Mar 25, 2023
Problem: indexof() may leak memory. Solution: Free allocated values. (Yegappan Lakshmanan, closes vim/vim#10916) vim/vim@63acae1 Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.