* grub-core/normal/cmdline.c (grub_cmdline_get): Free cl_terms on

return.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-28 15:29:44 +02:00
parent 3393cf16d6
commit 9e0fa3f606
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-08-28 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/cmdline.c (grub_cmdline_get): Free cl_terms on
return.
2010-08-28 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/gfxterm.c (grub_gfxterm_term_fini): Free the text buffer.