Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andi Sardina Ramos
Okular
Commits
3c689f5b
Commit
3c689f5b
authored
Aug 31, 2005
by
Piotr Szymanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- dont crash when generator not initialised
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=455529
parent
6f4ead4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
core/document.cpp
core/document.cpp
+2
-1
No files found.
core/document.cpp
View file @
3c689f5b
...
...
@@ -319,7 +319,8 @@ void KPDFDocument::closeDocument()
if
(
d
->
saveBookmarksTimer
)
d
->
saveBookmarksTimer
->
stop
();
generator
->
freeGUI
();
if
(
generator
)
generator
->
freeGUI
();
if
(
!
m_usingCachedGenerator
)
{
// delete contents generator
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment