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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/widgets/picture.cxx
0
++ src/widgets/picture.cxx
Lines 279-285 Link Here
279
		return -1;
279
		return -1;
280
	}
280
	}
281
	if ((info = png_create_info_struct(png)) == NULL) {
281
	if ((info = png_create_info_struct(png)) == NULL) {
282
		png_destroy_write_struct(&png, png_infopp_NULL);
282
		png_destroy_write_struct(&png, NULL);
283
		fclose(fp);
283
		fclose(fp);
284
		return -1;
284
		return -1;
285
	}
285
	}

Return to bug 321201