mirror of
https://github.com/mirror/wget.git
synced 2025-03-24 08:40:29 +08:00
* src/connect.c (connect_cleanup): Only needed with DEBUG_MALLOC or TESTING
This commit is contained in:
parent
8010507d73
commit
6938c84aa4
@ -1046,6 +1046,7 @@ fd_close (int fd)
|
||||
}
|
||||
}
|
||||
|
||||
#if defined DEBUG_MALLOC || defined TESTING
|
||||
void
|
||||
connect_cleanup(void)
|
||||
{
|
||||
@ -1060,3 +1061,4 @@ connect_cleanup(void)
|
||||
transport_map = NULL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user