~ubuntu-branches/ubuntu/vivid/gnome-online-accounts/vivid

« back to all changes in this revision

Viewing changes to src/daemon/goadaemon.c

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-12-04 22:51:04 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20141204225104-e06neyc83zmj283n
Tags: 3.14.2-1
* New upstream bugfix release
* debian/rules: Disable yahoo provider, it is experimental, broken and
  nothing is using it anyway (Closes: #764816)
* debian/control.in: Use the canonical URL for the Vcs-Svn field

Show diffs side-by-side

added added

removed removed

Lines of Context:
508
508
  g_object_unref (account);
509
509
  g_free (type);
510
510
  g_free (identity);
 
511
  g_free (presentation_identity);
511
512
  return ret;
512
513
}
513
514