Bug 307308 - pass appropriate pointer to release_dest_image.

git-svn-id: svn://10.0.0.236/trunk@179797 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2005-09-07 16:05:30 +00:00
parent 42d1cab104
commit ebde471526

View File

@@ -532,7 +532,7 @@ _cairo_atsui_font_show_glyphs(void *abstract_font,
&rect,
destImageSurface,
&rect,
&extra);
extra);
return CAIRO_STATUS_SUCCESS;
}