mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
free memory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@635 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2571912b35
commit
aa11e3eae3
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ int read_bmp_file(char* filename,
|
|||
}
|
||||
|
||||
#endif
|
||||
free(bmp);
|
||||
|
||||
}
|
||||
close(fd);
|
||||
return 0; /* success */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue