| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net-im/mbpurple/files/ |
Upload File : |
--- microblog/mb_net.c.orig 2016-06-20 15:55:29 UTC
+++ microblog/mb_net.c
@@ -160,13 +160,13 @@ void mb_conn_fetch_url_cb(PurpleUtilFetc
conn_data->fetch_url_data = NULL;
if(error_message != NULL) {
- mb_conn_data_free(conn_data);
if(conn_data->handler) {
retval = conn_data->handler(conn_data, conn_data->handler_data, error_message);
}
if(ma->gc != NULL) {
purple_connection_error_reason(ma->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, error_message);
}
+ mb_conn_data_free(conn_data);
} else {
mb_http_data_post_read(conn_data->response, url_text, len);
if(conn_data->handler) {