Skip to content

Commit 2fd5808

Browse files
committed
timing - silence valgrind warning (memleak)
1 parent e5f25b6 commit 2fd5808

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demos/timing.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ __attribute__ ((aligned (16)))
13741374
}
13751375

13761376
#endif
1377+
XFREE(buf);
13771378
#else
13781379
LTC_UNUSED_PARAM(MAC_SIZE);
13791380
fprintf(stderr, "NO ENCMACs\n");

0 commit comments

Comments
 (0)