diff pidgin-twitter.c @ 145:f220da0c089e

screen_name should be initialized.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 24 Jul 2008 06:26:42 +0900
parents b573b534f32d
children 62b90f3b0b8a
line wrap: on
line diff
--- a/pidgin-twitter.c	Wed Jul 23 17:09:59 2008 +0900
+++ b/pidgin-twitter.c	Thu Jul 24 06:26:42 2008 +0900
@@ -945,7 +945,7 @@
     /* Add screen_name if the current message is posted by owner */
     if (flags & PURPLE_MESSAGE_SEND) {
         gchar *m = NULL;
-        const char *screen_name;
+        const char *screen_name = NULL;
 
         switch(service) {
         case twitter_service: