* grub-core/normal/main.c (grub_normal_free_menu): Fix memory leak.

This commit is contained in:
Andreas Vogel 2012-03-05 00:41:37 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent cb05528616
commit 5ad1be828f
2 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-03-04 Andreas Vogel <Andreas.Vogel@anvo-it.de>
* grub-core/normal/main.c (grub_normal_free_menu): Fix memory leak.
2012-03-04 Hideki EIRAKU <hdk1983@gmail.com>
* grub-core/normal/menu_entry.c (kill_line): Fix a crash and off-by-one