mirror of
https://github.com/sheumann/hush.git
synced 2025-02-25 01:29:14 +00:00
hush: fix thinko in unset_func
This commit is contained in:
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…
x
Reference in New Issue
Block a user