aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-21 11:51:56 +0200
committerThomas White <taw@physics.org>2021-07-21 15:34:31 +0200
commit6d94d4115c254d344bbb927596a7141ef39fd298 (patch)
tree652d07c4d6a9521c9359aa13bbda27309f53e6f8 /tests
parent50cf52b0bc0baa683b9508568131a3f6281bf4ff (diff)
Add missing cleanup on error paths
Diffstat (limited to 'tests')
-rw-r--r--tests/ambi_check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ambi_check.c b/tests/ambi_check.c
index 5f13053a..1b760512 100644
--- a/tests/ambi_check.c
+++ b/tests/ambi_check.c
@@ -129,6 +129,8 @@ static void find_all_ambiguities(const char *first, ...)
}
STATUS("\n");
+
+ va_end(vp);
}