Add files via upload

This commit is contained in:
Martin Kroeker 2019-08-09 00:08:11 +02:00 committed by GitHub
parent 4e2f81cfa1
commit 1776ad82c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2041,7 +2041,7 @@ static BLASULONG alloc_lock = 0UL;
static void alloc_mmap_free(struct release_t *release){
if (!release->address) return 0;
if (!release->address) return;
if (munmap(release -> address, BUFFER_SIZE)) {
int errsv=errno;