]> git.ipfire.org Git - thirdparty/grub.git/commit
grub-core/lib/syslinux_parse.c: do not free array
authorAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 30 Nov 2014 15:48:42 +0000 (18:48 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 30 Nov 2014 15:49:14 +0000 (18:49 +0300)
commitdbbac5a04c7cec1c14026e807e998eae387ddee4
treeb3df8cc8fd5b88cafafc7d523ecefd9ae82c3ff5
parent343dad410eaa37f4f02eff6a4a4114102d211a28
grub-core/lib/syslinux_parse.c: do not free array

say->msg is inline array in a structure and should not be freed.
CID: 73610
ChangeLog
grub-core/lib/syslinux_parse.c