parent
0f30814340
commit
d1f98130bf
@ -0,0 +1,20 @@
|
||||
--- libgnomevfs/gnome-vfs-ssl.c.orig 2010-02-09 12:16:14.000000000 +0000
|
||||
+++ libgnomevfs/gnome-vfs-ssl.c
|
||||
@@ -400,9 +400,6 @@ gnome_vfs_ssl_create_from_fd (GnomeVFSSS
|
||||
}
|
||||
}
|
||||
|
||||
- if (ssl->private->ssl->ctx)
|
||||
- SSL_CTX_free (ssl->private->ssl->ctx);
|
||||
-
|
||||
SSL_free (ssl->private->ssl);
|
||||
g_free (ssl->private);
|
||||
g_free (ssl);
|
||||
@@ -705,7 +702,6 @@ gnome_vfs_ssl_destroy (GnomeVFSSSL *ssl,
|
||||
}
|
||||
}
|
||||
|
||||
- SSL_CTX_free (ssl->private->ssl->ctx);
|
||||
SSL_free (ssl->private->ssl);
|
||||
close (ssl->private->sockfd);
|
||||
if (ssl->private->timeout)
|
Loading…
Reference in new issue