GNOME Bugzilla – Bug 776020
tests: Minor leak and error handling fixes
Last modified: 2016-12-19 17:49:11 UTC
A few small fixes spotted by Coverity.
Created attachment 341850 [details] [review] tests: Fix a missing error handling block err could never be set here, meaning we were missing out on some error checking. The test still passes. Coverity CID 1388525.
Created attachment 341851 [details] [review] tests: Fix a leak on an error path Inconsequential leak fix. Coverity CID 1388539.
Attachment 341850 [details] pushed as b2b23b0 - tests: Fix a missing error handling block Attachment 341851 [details] pushed as 28b2aff - tests: Fix a leak on an error path