This commit is contained in:
Martin Kroeker 2021-08-28 17:14:59 +02:00 committed by GitHub
parent b4b952eece
commit 2ba9a567aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2283,7 +2283,7 @@ static void *alloc_mmap(void *address){
if (release_pos < NUM_BUFFERS) {
release_info[release_pos].address = map_address;
release_info[release_pos].func = alloc_mmap_free;
{ else {
} else {
new_release_info[release_pos-NUM_BUFFERS].address = map_address;
new_release_info[release_pos-NUM_BUFFERS].func = alloc_mmap_free;
}