aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.c b/test.c
index 1e33c05..915fa30 100644
--- a/test.c
+++ b/test.c
@@ -860,9 +860,8 @@ check_hash(const char *pwd_, size_t pwdlen, const char *hash,
libar2_encode_base64(output64, output, params.hashlen);
assert_streq(output64, &hash[plen]);
assert(errno == 0);
- if (sbuf) {
+ if (sbuf)
ctx->deallocate(sbuf, ctx);
- }
from_lineno = 0;
}