[Github-comments] [geany-plugins] lineoperations: Fix a memory leak found by cppcheck (#391)
Colomban Wendling
notifications at xxxxx
Mon Mar 7 19:05:37 UTC 2016
`new_file` is assigned again with the return value of `g_strjoinv()`, thus leaking the previous value.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/391
-- Commit Summary --
* lineoperations: Fix a memory leak found by cppcheck
-- File Changes --
M lineoperations/src/linefunctions.c (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/391.patch
https://github.com/geany/geany-plugins/pull/391.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/391
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160307/1a7f83e0/attachment.html>
More information about the Github-comments
mailing list