mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 08:06:00 +01:00
Don't loop
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
35bd419e49
commit
9e77b26a3d
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
@ -420,7 +420,7 @@ emit_completed_signal(void* data)
|
||||||
/* clean up the data */
|
/* clean up the data */
|
||||||
cairo_surface_destroy(ecs->surface);
|
cairo_surface_destroy(ecs->surface);
|
||||||
g_free(ecs);
|
g_free(ecs);
|
||||||
return true;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
|
Loading…
Reference in a new issue