mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
owncloud: Clean up resources allocated by neon
Fixes crashes that result from owncloud running out of FDs, like oc-920.
This commit is contained in:
parent
01ba8d4a9b
commit
9c853594e8
1 changed files with 1 additions and 0 deletions
|
@ -2114,6 +2114,7 @@ void vio_module_shutdown(csync_vio_method_t *method) {
|
|||
ne_session_destroy( dav_session.ctx );
|
||||
/* DEBUG_WEBDAV( "********** vio_module_shutdown" ); */
|
||||
|
||||
ne_sock_exit();
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 et cindent: */
|
||||
|
|
Loading…
Reference in a new issue