* grub-core/fs/zfs/zfs.c (check_pool_label): Fix memory leak.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-20 17:57:28 +02:00
parent 28153eb87a
commit 7152393503
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-10-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c (check_pool_label): Fix memory leak.
2013-10-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/arp.c: Remove variable length arrays.