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

Collapse All | Expand All

(-)cnijfilter-2.70/cnijfilter/src/bjfimage.c (-1 / +1 lines)
Lines 1575-1581 Link Here
1575
		goto onErr;
1575
		goto onErr;
1576
	}
1576
	}
1577
1577
1578
	if (setjmp (png_p->jmpbuf))
1578
	if (setjmp (png_jmpbuf(png_p)))
1579
	{
1579
	{
1580
		png_destroy_read_struct(&png_p, &info_p, (png_infopp)NULL);
1580
		png_destroy_read_struct(&png_p, &info_p, (png_infopp)NULL);
1581
		goto onErr;
1581
		goto onErr;

Return to bug 130645