Skip to content

Commit 1776ad8

Browse files
authored
Add files via upload
1 parent 4e2f81c commit 1776ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ static BLASULONG alloc_lock = 0UL;
20412041

20422042
static void alloc_mmap_free(struct release_t *release){
20432043

2044-
if (!release->address) return 0;
2044+
if (!release->address) return;
20452045

20462046
if (munmap(release -> address, BUFFER_SIZE)) {
20472047
int errsv=errno;

0 commit comments

Comments
 (0)