~ubuntu-branches/ubuntu/wily/telepathy-glib/wily-proposed

« back to all changes in this revision

Viewing changes to tests/dbus/cli-group.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-03-19 14:45:12 UTC
  • mfrom: (1.6.42) (35.1.38 experimental)
  • Revision ID: package-import@ubuntu.com-20140319144512-wqu2os0l3d8tqjp0
Tags: 0.23.3-1
* New upstream release (release candidate for 0.24.0)
  - update symbols file
* Add patch fixing many memory leaks (regression in 0.23.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
496
496
  gchar *name;
497
497
 
498
498
  tp_tests_abort_after (10);
499
 
  g_type_init ();
500
499
  tp_debug_set_flags ("all");
501
500
  dbus = tp_tests_dbus_daemon_dup_or_die ();
502
501