summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2020-07-06 21:35:33 +0100
committerJoe Orton <joe@manyfish.uk>2020-07-06 21:35:33 +0100
commit01407ec4864a3ed5894fb6f14341e36fd3dcf9a1 (patch)
tree7c1695baf1c160376278bc96974e48c400fd4c67
parent9a767a901154c4fd56d3a70933aefe03cb594126 (diff)
downloadneon-git-digest-order.tar.gz
* test/auth.c (multi_rfc7616): Fix leak in test code.digest-order
-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();
}