2010-02-06 Vladimir Serbinenko <phcoder@gmail.com>

* partmap/sun.c (sun_partition_map_iterate): Restructure flow to fix
	buggy hook call and memory leak.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-06 20:59:56 +01:00
parent 6846cec5f7
commit f51a90d0cf
2 changed files with 43 additions and 26 deletions

View file

@ -1,3 +1,8 @@
2010-02-06 Vladimir Serbinenko <phcoder@gmail.com>
* partmap/sun.c (sun_partition_map_iterate): Restructure flow to fix
buggy hook call and memory leak.
2010-02-06 Vladimir Serbinenko <phcoder@gmail.com>
* commands/ls.c (grub_ls_list_files): Free pathname on exit.