diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-24 13:19:52 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-24 13:19:52 +0100 | 
| commit | ea728e661f521405c2883c70865d563750223770 (patch) | |
| tree | 31ee3abe6715bf4b75a895eb35d76b2026d5efec /protocols/twitter/twitter_lib.c | |
| parent | 9b1d2d6fa7edb911e3dbcd8785aaa797ebb20d0a (diff) | |
| parent | bd599b9aeabee36ac6fdb379ca09aec27cce13a4 (diff) | |
Merging mainline.
Diffstat (limited to 'protocols/twitter/twitter_lib.c')
| -rw-r--r-- | protocols/twitter/twitter_lib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/twitter/twitter_lib.c b/protocols/twitter/twitter_lib.c index 22d2a3bd..f86e1f15 100644 --- a/protocols/twitter/twitter_lib.c +++ b/protocols/twitter/twitter_lib.c @@ -372,7 +372,7 @@ static xt_status twitter_xt_get_user_list( struct xt_node *node, struct twitter_   */  static xt_status twitter_xt_get_status( struct xt_node *node, struct twitter_xml_status *txs )  { -	struct xt_node *child, *rt; +	struct xt_node *child, *rt = NULL;  	gboolean truncated = FALSE;  	// Walk over the nodes children. | 
