Skip to content

Commit d816fc3

Browse files
committed
no return
1 parent 5c32624 commit d816fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/gmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ static void gmp_free(void *ptr, size_t size)
554554
if (gmp_request_allocator) {
555555
efree_size(ptr, size);
556556
} else {
557-
return gmp_old_free(ptr, size);
557+
gmp_old_free(ptr, size);
558558
}
559559
}
560560

0 commit comments

Comments
 (0)