From f09205ef5384175f5d222f3137e42ae44486a30b Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sun, 24 Mar 2019 10:10:52 +0200 Subject: Refactor test_utils_general() to fix Coverity warnings --- changes/bug29823 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug29823 (limited to 'changes') diff --git a/changes/bug29823 b/changes/bug29823 new file mode 100644 index 0000000000..d856cf1fef --- /dev/null +++ b/changes/bug29823 @@ -0,0 +1,5 @@ + o Minor bugfixes (unit tests): + - Split test_utils_general() to several smaller test functions in + test_utils_general(). This makes it easier to perform resource + deallocation on assert failure and fixes Coverity warnings CID 1444117 + and CID 1444118. Fixes bug 29823; bugfix on 0.2.9.1-alpha. -- cgit v1.2.3-54-g00ecf