diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-17 17:13:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-17 17:13:51 +0100 |
commit | 7c496e0f49723401f1537208199feeed6fc5ba59 (patch) | |
tree | 0ece54f048a66202ed34fbfa267a5d8da4ade49f | |
parent | m + add tests for optimisations (diff) | |
download | libar2-7c496e0f49723401f1537208199feeed6fc5ba59.tar.gz libar2-7c496e0f49723401f1537208199feeed6fc5ba59.tar.bz2 libar2-7c496e0f49723401f1537208199feeed6fc5ba59.tar.xz |
m style
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | test.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } |