Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 613438
Collapse All | Expand All

(-)lib/handle.c.old (+1 lines)
Lines 82-87 Link Here
82
	(*t)->fd = (*((*t)->type->openfunc))(pathname, oflags, mode);
82
	(*t)->fd = (*((*t)->type->openfunc))(pathname, oflags, mode);
83
	if ((*t)->fd == -1)
83
	if ((*t)->fd == -1)
84
	{
84
	{
85
		libtar_hash_free((*t)->h, NULL);
85
		free(*t);
86
		free(*t);
86
		return -1;
87
		return -1;
87
	}
88
	}

Return to bug 613438