Remove useless configure checks
[libmodbus.git] / docs / modbus_mapping_free.md
blob0e674d4fe81edf0e14b9a369fe339cb4d47e4cee
1 # modbus_mapping_free
3 ## Name
5 modbus_mapping_free - free a modbus_mapping_t structure
7 ## Synopsis
9 ```c
10 void modbus_mapping_free(modbus_mapping_t *mb_mapping);
11 ```
13 ## Description
15 The function shall free the four arrays of *modbus_mapping_t* structure and finally
16 the *modbus_mapping_t* itself referenced by `mb_mapping`.
18 ## Return value
20 There is no return values.
22 ## See also
24 - [modbus_mapping_new](modbus_mapping_new.md)