summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-26 14:09:24 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-26 14:09:24 +0200
commitbee265a2a8e37dc549bbbfcce9d7a67a298b07e7 (patch)
treee75d282177eebdf066493a1ff99305afbc9affeb /telepathy-glib
parente01067b4cb9b31e562b656e3af32e26b46fcb36f (diff)
parentff81777b6176f5379a8c1f6152625f498757ddb1 (diff)
downloadtelepathy-glib-bee265a2a8e37dc549bbbfcce9d7a67a298b07e7.tar.gz
Merge branch 'telepathy-glib-0.24'
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/base-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index dbe153f6f..600f29211 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -2604,7 +2604,7 @@ _tp_base_client_add_request (TpSvcClientInterfaceRequests *iface,
{
TpBaseClient *self = TP_BASE_CLIENT (iface);
TpChannelRequest *request;
- TpAccount *account;
+ TpAccount *account = NULL;
GError *error = NULL;
channel_request_prepare_account_ctx *ctx;
GArray *account_features;