Bug 307308 - pass appropriate pointer to release_dest_image.

This commit is contained in:
tor%cs.brown.edu 2005-09-07 16:05:30 +00:00
Родитель 951cf898bc
Коммит a30113f5b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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