Skip to content

Commit

Permalink
Actually free firmware buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Apr 5, 2023
1 parent 1c76b2e commit 81c982f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm9/source/main.cpp
Expand Up @@ -108,6 +108,7 @@ int dumper()
}

iprintf("Freeing files\n");
free(firmware_buffer);
return 0;
}

Expand Down

0 comments on commit 81c982f

Please sign in to comment.