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

* commands/ls.c (grub_ls_list_files): Free pathname on exit.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-06 20:52:11 +01:00
parent 468d69fec2
commit 6846cec5f7
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2010-02-06 Vladimir Serbinenko <phcoder@gmail.com>
* commands/ls.c (grub_ls_list_files): Free pathname on exit.
2010-02-06 Vladimir Serbinenko <phcoder@gmail.com>
* fs/fat.c (grub_fat_iterate_dir): Free unibuf at exit.