Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
9e77b26a
Commit
9e77b26a
authored
Aug 30, 2013
by
Sebastian Ramacher
Browse files
Don't loop
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
35bd419e
Changes
1
Hide whitespace changes
Inline
Side-by-side
render.c
View file @
9e77b26a
...
...
@@ -420,7 +420,7 @@ emit_completed_signal(void* data)
/* clean up the data */
cairo_surface_destroy
(
ecs
->
surface
);
g_free
(
ecs
);
return
true
;
return
FALSE
;
}
static
bool
...
...
Write
Preview
Supports
Markdown
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