summary refs log tree commit diff stats
path: root/src/common/dcc.c
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-01-25 23:36:06 -0500
committerPatrick Griffis <tingping@tingping.se>2016-01-25 23:36:06 -0500
commit5c534ac344ab8646185e9c50198365eb774920a3 (patch)
treeb999febe36fefb3f4d7e46a0733e29f8d89b1f66 /src/common/dcc.c
parentea9e8d353b4efd68e1f5c7da5962313c7b662f39 (diff)
Fix leaks
Diffstat (limited to 'src/common/dcc.c')
-rw-r--r--src/common/dcc.c2
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)
 	{