mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 15:15:02 +00:00
lwip/dhcp_server: Fix mem-leaks caught by UT's
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user