mirror of https://github.com/mirror/busybox.git
hush: fix thinko in unset_func
parent
40e84374ec
commit
730106767e
|
@ -2863,6 +2863,7 @@ static void unset_func(const char *name)
|
||||||
free(funcp);
|
free(funcp);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
funcpp = &funcp->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue