lwip/dhcp_server: Fix mem-leaks caught by UT's

This commit is contained in:
David Cermak
2022-01-24 17:41:06 +01:00
parent adc00d1813
commit afe6bc0c88
2 changed files with 17 additions and 4 deletions

View File

@@ -237,3 +237,7 @@ void mem_free(void *rmem)
void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg)
{
}
void sys_untimeout(sys_timeout_handler handler, void *arg)
{
}