mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
httpbf: Fix leak
This commit is contained in:
parent
7edc31048a
commit
ca20703370
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user