]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262. HStenn.
authorCoverity Build <stenn@ntp.org>
Thu, 3 Dec 2015 09:22:22 +0000 (01:22 -0800)
committerCoverity Build <stenn@ntp.org>
Thu, 3 Dec 2015 09:22:22 +0000 (01:22 -0800)
bk: 566009ceDfWkKxlQ6ZEXWgmQdtaRfA

ChangeLog
tests/ntpd/ntp_prio_q.c

index 1a23ab1ba14cb4a325ea9116cd3f780d4aad987e..43edebf6a926fc4da565dab50b3d099be9f3045b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 * [Sec 2956] small-step/big-step.  Close the panic gate earlier.  HStenn.
 * CID 1339955: Free allocated memory in caljulian test.  HStenn.
 * CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
+* CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
 * [Bug 2829] Look at pipe_fds in ntpd.c  (did so. perlinger@ntp.org)
 * [Bug 2887] stratum -1 config results as showing value 99
   - fudge stratum only accepts values [0..16]. perlinger@ntp.org
index c2d4f76f03058bca0c7d94a9a5b0d3b489d0fb58..4b27157a9fa5fcbff2bda67a5224e5e591fe9469 100644 (file)
@@ -251,6 +251,7 @@ test_AppendQueues(void) {
        free_node(e3_ptr);
        free_node(e4_ptr);
        free_node(e5_ptr);
+       free_node(e6_ptr);
 
        TEST_ASSERT_EQUAL(0, get_no_of_elements(q4));