We can safely delete a connection_t in terminate_connection() now.

This commit is contained in:
Guus Sliepen 2007-05-19 12:07:30 +00:00
parent 01f47c46af
commit ce976717ea
6 changed files with 15 additions and 58 deletions

View file

@ -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();