diff options
Diffstat (limited to 'src/cairo-hull.c')
-rw-r--r-- | src/cairo-hull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-hull.c b/src/cairo-hull.c index f5d05e47..9eed671f 100644 --- a/src/cairo-hull.c +++ b/src/cairo-hull.c @@ -64,7 +64,7 @@ _cairo_hull_create (cairo_pen_vertex_t *vertices, int num_vertices) hull = _cairo_malloc_ab (num_vertices, sizeof (cairo_hull_t)); if (hull == NULL) { - _cairo_error (CAIRO_STATUS_NO_MEMORY); + _cairo_error_throw (CAIRO_STATUS_NO_MEMORY); return NULL; } |