diff options
Diffstat (limited to 'src/common/dcc.c')
-rw-r--r-- | src/common/dcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/dcc.c b/src/common/dcc.c index 881bcf78..a7ed0988 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -2122,6 +2122,8 @@ update_is_resumable (struct DCC *dcc) dcc->resume_error = 1; } + g_free (filename_fs); + /* Now verify that this DCC is not already in progress from someone else */ if (dcc->resumable) { |