Revert: r334016

Revert for now this change, it in somehow breaks init_pci.
This commit is contained in:
Marcelo Araujo 2018-05-22 06:02:11 +00:00
parent df58dad520
commit 92046bf113
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334021

View File

@ -231,7 +231,8 @@ pci_parse_slot(char *opt)
si->si_funcs[fnum].fi_param = config;
done:
free(str);
if (error)
free(str);
return (error);
}