diff options
author | Thomas White <taw@physics.org> | 2021-07-21 11:51:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-07-21 15:34:31 +0200 |
commit | 6d94d4115c254d344bbb927596a7141ef39fd298 (patch) | |
tree | 652d07c4d6a9521c9359aa13bbda27309f53e6f8 /tests/ambi_check.c | |
parent | 50cf52b0bc0baa683b9508568131a3f6281bf4ff (diff) |
Add missing cleanup on error paths
Diffstat (limited to 'tests/ambi_check.c')
-rw-r--r-- | tests/ambi_check.c | 2 |
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); } |