View | Details | Raw Unified | Return to bug 1522
Collapse All | Expand All

(-)channels.c (-2 / +2 lines)
Lines 2289-2296 channel_input_open_failure(int type, u_i Link Here
2289
			xfree(lang);
2289
			xfree(lang);
2290
	}
2290
	}
2291
	packet_check_eom();
2291
	packet_check_eom();
2292
	/* Free the channel.  This will also close the socket. */
2292
	/* Schedule the channel for cleanup/deletion. */
2293
	channel_free(c);
2293
	chan_mark_dead(c);
2294
}
2294
}
2295
2295
2296
/* ARGSUSED */
2296
/* ARGSUSED */

Return to bug 1522