Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436536 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/common/xchat.c (-1 / +2 lines)
Lines 349-354 session_new (server *serv, char *from, int type, int focus) Link Here
349
	session *sess;
349
	session *sess;
350
350
351
	sess = malloc (sizeof (struct session));
351
	sess = malloc (sizeof (struct session));
352
	if (sess == NULL)
353
		return NULL;
352
	memset (sess, 0, sizeof (struct session));
354
	memset (sess, 0, sizeof (struct session));
353
355
354
	sess->server = serv;
356
	sess->server = serv;
355
- 

Return to bug 436536