[Pkg-telepathy-commits] [telepathy-glib] 02/05: base-client: fix potential uninitialized variable bug
Simon McVittie
smcv at debian.org
Tue Sep 16 17:46:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch upstream
in repository telepathy-glib.
commit ae627c03b209c521cf6c2f17b9d22fc44a6cd207
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Mon May 26 13:46:54 2014 +0200
base-client: fix potential uninitialized variable bug
---
telepathy-glib/base-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index dbe153f..600f292 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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git
More information about the Pkg-telepathy-commits
mailing list