~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to app/vectors/gimpvectors.c

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (0.1.5 squeeze) (1.1.21 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1050
1050
  if (cmd_array->len > 0)
1051
1051
    {
1052
1052
      ret_bezdesc = g_new (GimpBezierDesc, 1);
 
1053
      ret_bezdesc->status = CAIRO_STATUS_SUCCESS;
1053
1054
      ret_bezdesc->num_data = cmd_array->len;
1054
1055
      ret_bezdesc->data = (cairo_path_data_t *) cmd_array->data;
1055
1056
      g_array_free (cmd_array, FALSE);