Skip to content

Commit

Permalink
extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 23, 2023
1 parent d958dcc commit 9dd7a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/alloc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int s_test_alloc_nothing_fn(struct aws_allocator *allocator, void *ctx) {
.mem_acquire = s_test_alloc_acquire,
.mem_release = s_test_alloc_release,
.mem_realloc = s_test_realloc,
.mem_calloc = s_test_calloc,
.mem_calloc = s_test_calloc,
};

/* realloc should handle the case correctly, return null, and free the memory */
Expand Down

0 comments on commit 9dd7a24

Please sign in to comment.