-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault in Socket_getReadySocket #10
Comments
Closed
Lazzaretti
pushed a commit
to ce-rust/paho.mqtt.c
that referenced
this issue
Nov 8, 2020
Properly destroy the underlying MQTTAsync handle by calling MQTTAsync_destroy in the implementation of AsyncClient::drop. Also, we will drop the boxed ClientPersistence trait object inside of the ffi::MQTTClient_persistence. This currently leaks because it is forgotten (via Box::into_raw) during AsyncClient::new(), and it is not freed on the C side. Signed-off-by: Jarred Nicholls <jarred.nicholls@gmail.com>
Lazzaretti
pushed a commit
to ce-rust/paho.mqtt.c
that referenced
this issue
Nov 8, 2020
eclipse-paho#10 Properly destroy the underlying MQTTAsync handle by calling MQTTA…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
migrated from Bugzilla #447672
status RESOLVED severity normal in component MQTT-C for 1.1
Reported in version 1.0 on platform PC
Assigned to: Ian Craggs
Original attachment names and IDs:
On 2014-10-17 05:51:15 -0400, Ian Craggs wrote:
On 2014-10-17 05:52:34 -0400, Ian Craggs wrote:
On 2014-10-17 05:58:06 -0400, Franz Schnyder wrote:
On 2014-10-17 06:30:59 -0400, Ian Craggs wrote:
On 2015-04-24 04:53:23 -0400, Ian Craggs wrote:
On 2015-12-11 09:38:47 -0500, Juergen Kosel wrote:
On 2015-12-11 09:42:14 -0500, Juergen Kosel wrote:
On 2015-12-11 09:56:54 -0500, Ian Craggs wrote:
On 2015-12-11 10:35:02 -0500, Juergen Kosel wrote:
On 2015-12-11 12:06:27 -0500, Ian Craggs wrote:
On 2015-12-14 03:41:32 -0500, Juergen Kosel wrote:
On 2015-12-14 05:55:00 -0500, Juergen Kosel wrote:
On 2015-12-14 05:58:19 -0500, Juergen Kosel wrote:
On 2015-12-14 07:50:36 -0500, Juergen Kosel wrote:
On 2015-12-14 18:28:18 -0500, Ian Craggs wrote:
The text was updated successfully, but these errors were encountered: