* grub-core/lib/relocator.c (malloc_in_range): Fix memory leak.

Change order of allocations to decrease fragmentation.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-28 01:32:38 +01:00
parent 6c21f5d7a1
commit 5a6e39c28f
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/relocator.c (malloc_in_range): Fix memory leak.
Change order of allocations to decrease fragmentation.
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.util.def (grub-ofpathname): Enable on all platforms.