diff --git a/src/read_handle_server.c b/src/read_handle_server.c index 5f00608c..5537f25a 100644 --- a/src/read_handle_server.c +++ b/src/read_handle_server.c @@ -638,7 +638,6 @@ handle_connect_error: #endif if(context){ mqtt3_context_disconnect(db, context); - HASH_ADD_KEYPTR(hh_for_free, db->contexts_for_free, context, sizeof(void *), context); } return rc; }