GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1404
THRIFT-4376: fix a few high impact coverity defects:
1458947: memory leak in compiler
1458787: resource leak in c_glib led to discovery of assert() abuse
1459090: fix string.find result check in JSON processor (unlikely)
This closes #1404
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift coverity
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1404.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 #1404
----
commit 554e15395ffe0c9d2ae81ef0d072cc4db9addfd5
Author: James E. King, III <[email protected]>
Date: 2017-10-28T16:54:02Z
THRIFT-4376: fix a few high impact coverity defects:
1458947: memory leak in compiler
1458787: resource leak in c_glib led to discovery of assert() abuse
1459090: fix string.find result check in JSON processor (unlikely)
This closes #1404
----
---