View | Details | Raw Unified | Return to bug 1379 | Differences between
and this patch

Collapse All | Expand All

(-)clientloop.c (+4 lines)
Lines 1039-1044 Link Here
1039
	enter_raw_mode();
1039
	enter_raw_mode();
1040
	if (cmd)
1040
	if (cmd)
1041
		xfree(cmd);
1041
		xfree(cmd);
1042
	if (fwd.listen_host != NULL)
1043
		xfree(fwd.listen_host);
1044
	if (fwd.connect_host != NULL)
1045
		xfree(fwd.connect_host);
1042
}
1046
}
1043
1047
1044
/* process the characters one by one */
1048
/* process the characters one by one */

Return to bug 1379