aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 1da9707e0..0f93ae62b 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -2863,6 +2863,7 @@ static void unset_func(const char *name)
2863 free(funcp); 2863 free(funcp);
2864 break; 2864 break;
2865 } 2865 }
2866 funcpp = &funcp->next;
2866 } 2867 }
2867} 2868}
2868 2869