* grub-core/commands/menuentry.c (options): Remove

GRUB_ARG_OPTION_REPEATABLE.
	Reported by: Andreas Vogel
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-05 01:00:09 +01:00
parent 5ad1be828f
commit 90eeab76b0
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2012-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/menuentry.c (options): Remove
GRUB_ARG_OPTION_REPEATABLE.
Reported by: Andreas Vogel
2012-03-04 Andreas Vogel <Andreas.Vogel@anvo-it.de>
* grub-core/normal/main.c (grub_normal_free_menu): Fix memory leak.