Oops, avoid double free.

This commit is contained in:
martin 2019-08-17 18:08:06 +00:00
parent 31a289cd68
commit 2b9b247d73
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: install.c,v 1.10 2019/08/17 18:03:12 martin Exp $ */
/* $NetBSD: install.c,v 1.11 2019/08/17 18:08:06 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -214,8 +214,6 @@ do_install(void)
md_cleanup_install(&install);
free(install.infos);
hit_enter_to_continue(MSG_instcomplete, NULL);
error: