]> git.ipfire.org Git - thirdparty/grub.git/commit
util/setup: fix grub_util_path_list leak
authorAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 9 Jan 2016 10:28:42 +0000 (13:28 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 9 Jan 2016 10:55:18 +0000 (13:55 +0300)
commit0e075ac3856cb14d722504e1386ebf73cd170fe9
tree5d90f104911aa271c53a73c8fd3f9fc886704b80
parent57e7f1b775f6c152eff1dd88a8c1399799828112
util/setup: fix grub_util_path_list leak

Add helper grub_util_free_path_list and use it where appropriate.

Found by: Coverity scan.
CID: 73727
include/grub/util/resolve.h
util/grub-install-common.c
util/mkimage.c
util/resolve.c