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

« back to all changes in this revision

Viewing changes to examples/client/list-managers.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:
60
60
  TpDBusDaemon *bus_daemon;
61
61
  GError *error = NULL;
62
62
 
63
 
  g_type_init ();
64
63
  tp_debug_set_flags (g_getenv ("EXAMPLE_DEBUG"));
65
64
 
66
65
  bus_daemon = tp_dbus_daemon_dup (&error);