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

(-)a/ksplash/ksplashx/qpngio.cpp (-1 / +1 lines)
Lines 280-286 QImage splash_read_png_image(FILE* f) Link Here
280
	return QImage();
280
	return QImage();
281
    }
281
    }
282
282
283
    if (setjmp(png_ptr->jmpbuf)) {
283
    if (setjmp(png_jmpbuf(png_ptr))) {
284
	png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
284
	png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
285
	return QImage();
285
	return QImage();
286
    }
286
    }

Return to bug 355019