Don't loop

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2013-08-30 13:25:59 +02:00
parent 35bd419e49
commit 9e77b26a3d

View file

@ -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