mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
fixed custom pools after last memp cleanup
This commit is contained in:
parent
fb75f48751
commit
168ad22761
@ -372,9 +372,9 @@ memp_malloc_pool_fn(const struct memp_desc *desc, const char* file, const int li
|
||||
}
|
||||
|
||||
#if !MEMP_OVERFLOW_CHECK
|
||||
return memp_malloc_pool(desc);
|
||||
return do_memp_malloc_pool(desc);
|
||||
#else
|
||||
return memp_malloc_pool_fn(desc, file, line);
|
||||
return do_memp_malloc_pool_fn(desc, file, line);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user