[Github-comments] [geany/geany-plugins] PrettyPrinter: Don't try to free const gchar* input_buffer (#1024)

Colomban Wendling notifications at xxxxx
Sun Nov 8 14:52:34 UTC 2020


@b4n requested changes on this pull request.

The problem is not freeing `input_buffer` which *should* be freed, but that the `input_buffer` variable shouldn't be `const` (since 3fad1285599766a7932667688871c04610bd8651).  The change you propose would lead to leaking quite a lot of memory.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1024#pullrequestreview-525815271
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201108/507dcc34/attachment.htm>


More information about the Github-comments mailing list