Skip to content

Commit

Permalink
sodium fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent 508a365 commit a147a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sodium/sodium_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ _alloc_aligned(const size_t size)
static void
_free_aligned(unsigned char *const ptr, const size_t size)
{
(void) size;
# if defined(MAP_ANON) && defined(HAVE_MMAP)
(void) munmap(ptr, size);
# elif defined(HAVE_POSIX_MEMALIGN)
Expand Down

0 comments on commit a147a84

Please sign in to comment.