Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 673606 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-online-accounts-3.26.2/src/goabackend/goaowncloudprovider.c~ (-2 / +2 lines)
Lines 243-249 Link Here
243
243
244
 out:
244
 out:
245
  g_clear_object (&password_based);
245
  g_clear_object (&password_based);
246
  g_clear_pointer (&uri, (GDestroyNotify *) soup_uri_free);
246
  g_clear_pointer (&uri, (GDestroyNotify) soup_uri_free);
247
  g_free (uri_string);
247
  g_free (uri_string);
248
  return ret;
248
  return ret;
249
}
249
}
Lines 446-452 Link Here
446
  ret = soup_uri_to_string (uri, FALSE);
446
  ret = soup_uri_to_string (uri, FALSE);
447
447
448
 out:
448
 out:
449
  g_clear_pointer (&uri, (GDestroyNotify *) soup_uri_free);
449
  g_clear_pointer (&uri, (GDestroyNotify) soup_uri_free);
450
  g_free (scheme);
450
  g_free (scheme);
451
  g_free (uri_string);
451
  g_free (uri_string);
452
  return ret;
452
  return ret;

Return to bug 673606