We can safely delete a connection_t in terminate_connection() now.
This commit is contained in:
parent
01f47c46af
commit
ce976717ea
6 changed files with 15 additions and 58 deletions
|
|
@ -45,8 +45,6 @@ extern bool use_logfile;
|
|||
|
||||
sigset_t emptysigset;
|
||||
|
||||
static int saved_debug_level = -1;
|
||||
|
||||
static void memory_full(int size) {
|
||||
logger(LOG_ERR, _("Memory exhausted (couldn't allocate %d bytes), exitting."), size);
|
||||
cp_trace();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue