File xpdf-fix-crash-in-japanese-locale.patch of Package xpdf
--- xpdf-3.01/xpdf/XPDFViewer.cc +++ xpdf-3.01/xpdf/XPDFViewer.cc @@ -1252,8 +1252,8 @@ } void XPDFViewer::closeWindow() { - XtPopdown(win); - XtDestroyWidget(win); +// XtPopdown(win); +// XtDestroyWidget(win); } int XPDFViewer::getZoomIdx() {