diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 2a3991755..35cf0dbd9 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -119,7 +119,7 @@ static void tftp_progress_done(void) | |||
119 | if (is_bb_progress_inited(&G.pmt)) { | 119 | if (is_bb_progress_inited(&G.pmt)) { |
120 | tftp_progress_update(); | 120 | tftp_progress_update(); |
121 | bb_putchar_stderr('\n'); | 121 | bb_putchar_stderr('\n'); |
122 | bb_progress_free(p); | 122 | bb_progress_free(&G.pmt); |
123 | } | 123 | } |
124 | } | 124 | } |
125 | #else | 125 | #else |