aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-service-social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/gnunet-service-social.c')
-rw-r--r--src/social/gnunet-service-social.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c
index e499130d4..afcd59b5d 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -1004,6 +1004,7 @@ place_recv_save_data (void *cls,
1004 if (plc->file_offset != GNUNET_DISK_file_seek 1004 if (plc->file_offset != GNUNET_DISK_file_seek
1005 (fh, plc->file_offset, GNUNET_DISK_SEEK_SET)) { 1005 (fh, plc->file_offset, GNUNET_DISK_SEEK_SET)) {
1006 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "seek", filename); 1006 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "seek", filename);
1007 GNUNET_DISK_file_close (fh);
1007 GNUNET_free (filename); 1008 GNUNET_free (filename);
1008 return; 1009 return;
1009 } 1010 }