Commit 0f6e13e5 authored by Lucas Russo's avatar Lucas Russo

modules/fmc250m_4ch: remove unexisting variable destruction

parent 08ac49cf
......@@ -184,8 +184,6 @@ smio_err_e smio_fmc250m_4ch_destroy (smio_fmc250m_4ch_t **self_p)
if (*self_p) {
smio_fmc250m_4ch_t *self = *self_p;
smch_si57x_destroy (&self->smch_si571);
smch_ad9510_destroy (&self->smch_ad9510);
smch_24aa64_destroy (&self->smch_24aa64);
if (self->smch_pca9547 != NULL) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment