Fix incorrect free.

pull/2386/head
Roger Light 4 years ago
parent 55d5d2e5f2
commit 55e123fec4

@ -61,7 +61,6 @@ static int remove_callback(mosquitto_plugin_id_t *identifier, int event, struct
mosquitto__free(own);
return MOSQ_ERR_SUCCESS;
}
mosquitto__free(own);
}
return MOSQ_ERR_NOT_FOUND;
}

Loading…
Cancel
Save