summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2020-07-06 21:35:33 +0100
committerJoe Orton <jorton@apache.org>2020-07-06 21:58:27 +0100
commit5530938f7bc90cd1d184ce12cbe8ede72506ed82 (patch)
treea87d7f755ea8120378d2fc89072e1c890c514ee4
parent2ec512d46070801e5f5b3cae830f0f8a57fef5e9 (diff)
downloadneon-git-5530938f7bc90cd1d184ce12cbe8ede72506ed82.tar.gz
* test/auth.c (multi_rfc7616): Fix leak in test code.
-rw-r--r--test/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/auth.c b/test/auth.c
index bbc8dad..2b9fdb3 100644
--- a/test/auth.c
+++ b/test/auth.c
@@ -1297,6 +1297,7 @@ static int multi_rfc7616(void)
ne_session_destroy(sess);
ne_buffer_destroy(buf);
+ ne_buffer_destroy(exp);
return await_server();
}