Revert "shooter: Make sure to free the surface"

This reverts commit 1a0c5acb26.
This commit is contained in:
Matthias Clasen 2013-09-29 21:59:05 -04:00
parent 212baf177a
commit a92859a447

View File

@ -120,7 +120,6 @@ int main (int argc, char **argv)
filename = g_strdup_printf ("./%s.png", info->name);
g_assert (cairo_surface_write_to_png (surface, filename) == CAIRO_STATUS_SUCCESS);
g_free (filename);
cairo_surface_destroy (surface);
}
return 0;