/pidgin/main: 1786ba2950ce: Fix a uninitialized variable warning.

Jorge Villase?or <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 1786ba2950ce90dce053a3047089cb7c77c729a1
Author:	 Jorge Villase?or <[email protected]>
Date:	 2016-02-15 22:32 -0800
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/1786ba2950ce

Description:

Fix a uninitialized variable warning.

diffstat:

 libpurple/mediamanager.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/mediamanager.c b/libpurple/mediamanager.c
--- a/libpurple/mediamanager.c
+++ b/libpurple/mediamanager.c
@@ -443,7 +443,7 @@ purple_media_manager_remove_media(Purple
 {
 #ifdef USE_VV
 	GList *list;
-	GList **medias;
+	GList **medias = NULL;
 
 	g_return_if_fail(manager != NULL);
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.