summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 243dbf8)
raw | patch | inline | side by side (parent: 243dbf8)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 9 Jan 2008 20:10:18 +0000 (20:10 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 9 Jan 2008 20:10:18 +0000 (20:10 +0000) |
src/extension/internal/pdfinput/pdf-input.cpp | patch | blob | history |
diff --git a/src/extension/internal/pdfinput/pdf-input.cpp b/src/extension/internal/pdfinput/pdf-input.cpp
index e74e822c6b363c8894bfe95b892d83d64480d87d..31364f61e2b8ab1cc940bdaaccb5543675d6bfce 100644 (file)
PdfImportDialog *dlg = new PdfImportDialog(pdf_doc, uri);
if (!dlg->showDialog()) {
delete dlg;
- delete pdf_doc;
+ //delete pdf_doc;
return NULL;
}