From ca207033708449fa677fa6981df89e52cc799106 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Sat, 2 Mar 2013 13:36:39 +0100 Subject: [PATCH] httpbf: Fix leak --- modules/csync_owncloud.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/csync_owncloud.c b/modules/csync_owncloud.c index 99ced6755a..f653e42b6e 100644 --- a/modules/csync_owncloud.c +++ b/modules/csync_owncloud.c @@ -1648,6 +1648,7 @@ static int owncloud_sendfile(csync_vio_method_handle_t *src, csync_vio_method_ha rc = 1; } } + hbf_free_transfer(trans); } if (_progresscb) { ne_set_notifier(dav_session.ctx, 0, 0);