GitHub user chipitsine opened a pull request:
https://github.com/apache/incubator-guacamole-server/pull/108
resolve issues identified by cppcheck
[src/guacd/conf-file.c:206]: (error) Memory leak: conf
[src/protocols/rdp/rdp_cliprdr.c:205]: (error) Memory leak: output
[src/terminal/display.c:283]: (error) Memory leak: display
[src/terminal/display.c:290]: (error) Memory leak: display
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chipitsine/incubator-guacamole-server master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-server/pull/108.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #108
----
commit e0cc06e6fce1585889b71ee1a7072b5affe15837
Author: Ilya Shipitsin <[email protected]>
Date: 2017-09-20T17:11:10Z
resolve issues identified by cppcheck
[src/guacd/conf-file.c:206]: (error) Memory leak: conf
[src/protocols/rdp/rdp_cliprdr.c:205]: (error) Memory leak: output
[src/terminal/display.c:283]: (error) Memory leak: display
[src/terminal/display.c:290]: (error) Memory leak: display
----
---