mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-18 08:49:57 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
748a0d2794
@ -1665,7 +1665,7 @@ static void
|
|||||||
cnt_free(void *ptr)
|
cnt_free(void *ptr)
|
||||||
{
|
{
|
||||||
allocated_chunks -= 1;
|
allocated_chunks -= 1;
|
||||||
return free(ptr);
|
free(ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct testleak_env_t {
|
struct testleak_env_t {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user