Skip to content

Commit

Permalink
FHSS: Removed unnecessary fhss_api NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Mar 26, 2018
1 parent e5637fd commit 672c4ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Service_Libs/fhss/fhss_configuration_interface.c
Expand Up @@ -90,7 +90,6 @@ int ns_fhss_delete(fhss_api_t *fhss_api)
return -1;
}
ns_dyn_mem_free(fhss_api);
fhss_api = NULL;
return 0;
}

Expand Down

0 comments on commit 672c4ef

Please sign in to comment.